Skip to content

Commit ff68a41

Browse files
committed
Modified Meta tags For Verifying Ownership For Google Indexing Commit In SiteBlitz
1 parent 406e441 commit ff68a41

100 files changed

Lines changed: 31039 additions & 122288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: Deploy
2+
3+
on:
4+
push:
5+
branches: ["main"]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: "pages"
15+
cancel-in-progress: true
16+
17+
jobs:
18+
build:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Checkout
22+
uses: actions/checkout@v4
23+
24+
- name: Setup Node
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: "20"
28+
cache: "npm"
29+
30+
- name: Install
31+
run: npm ci
32+
33+
- name: Typecheck
34+
run: npm run typecheck
35+
36+
- name: Build
37+
env:
38+
NODE_ENV: production
39+
run: npm run build
40+
41+
- name: Upload artifact
42+
uses: actions/upload-pages-artifact@v3
43+
with:
44+
path: dist
45+
46+
deploy:
47+
needs: build
48+
runs-on: ubuntu-latest
49+
environment:
50+
name: github-pages
51+
url: ${{ steps.deployment.outputs.page_url }}
52+
steps:
53+
- name: Deploy to GitHub Pages
54+
id: deployment
55+
uses: actions/deploy-pages@v4
56+

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.vercel
2+
.env*.local
3+
node_modules

README.md

Lines changed: 0 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +0,0 @@
1-
# 30_Days_Challange
2-
3-
4-
# Day 1-2: Choose a Business Model
5-
Decide on digital products (eBooks, templates) as your primary focus.
6-
# Day 3-4: Define Your Niche
7-
Use Google Trends and AnswerThePublic to identify a niche within personal finance, such as budgeting for students or freelancers.
8-
# Day 5: Plan Your Product
9-
Outline the structure of your digital product (e.g., an eBook on budgeting tips).
10-
# Days 6-10:
11-
Product Creation
12-
# Day 6-7:
13-
Content Creation
14-
Use AI tools like ChatGPT to assist in writing your eBook content.
15-
# Day 8-9:
16-
Design Your Product
17-
Utilize Canva to design a professional-looking eBook cover and layout.
18-
# Day 10:
19-
Finalize Your Product
20-
Review and edit your eBook for clarity and accuracy.
21-
# Days 11-15:
22-
Setting Up Your Sales Funnel
23-
# Day 11:
24-
Create a Landing Page
25-
Use Carrd to design a free landing page for your eBook.
26-
# Day 12:
27-
Write Compelling Copy
28-
Craft a headline and description that highlight the benefits of your eBook.
29-
# Day 13:
30-
Add a Call-to-Action
31-
Include a clear CTA encouraging visitors to download your eBook.
32-
# Day 14:
33-
Set Up Payment Gateway
34-
Use Gumroad to sell your eBook, as it offers a free plan for creators.
35-
# Day 15:
36-
Test Your Funnel
37-
Ensure your landing page and payment process are functioning smoothly.
38-
# Days 16-20:
39-
Marketing Setup
40-
# Day 16:
41-
Establish Social Media Presence
42-
Create accounts on platforms like Twitter or Instagram to promote your eBook.
43-
# Day 17:
44-
Plan Your Content Strategy
45-
Decide on the type of content (tips, infographics) and frequency of posts.
46-
# Day 18:
47-
Start Content Marketing
48-
Begin writing blog posts on Medium or WordPress, using SEO techniques to attract traffic.
49-
# Day 19:
50-
Set Up Email Marketing
51-
Create a Mailchimp account and design a lead magnet (e.g., budgeting checklist).
52-
# Day 20:
53-
Automate Social Media
54-
Use Hootsuite to schedule social media posts in advance.
55-
# Days 21-25:
56-
Launch and Promotion
57-
# Day 21:
58-
Launch Your Product
59-
Announce the availability of your eBook on your blog and social media channels.
60-
# Day 22:
61-
Engage with Your Audience
62-
Respond to comments and messages to build a community around your product.
63-
# Day 23:
64-
Promote Your Lead Magnet
65-
Share your lead magnet widely to grow your email list.
66-
# Day 24:
67-
Send Email Sequences
68-
Use Mailchimp to send automated email sequences introducing your eBook.
69-
# Day 25:
70-
Monitor Initial Results
71-
Check analytics to see traffic and conversion rates.
72-
# Days 26-30:
73-
Optimization and Scaling
74-
# Day 26:
75-
Analyze Performance
76-
Use Google Analytics to understand which content is driving traffic and sales.
77-
# Day 27:
78-
Optimize Your Funnel
79-
Conduct A/B testing on landing pages and email subject lines to improve conversions.
80-
# Day 28:
81-
Leverage AI for Content
82-
Use AI tools to generate more content for your blog and social media.
83-
# Day 29:
84-
Plan for Scaling
85-
Consider creating additional products or exploring affiliate marketing opportunities.
86-
# Day 30:
87-
Review and Adjust
88-
Evaluate your progress, adjust strategies as needed, and plan for future growth."

dist/assets/index-DAd5MQnA.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-DAd5MQnA.css.br

17.2 KB
Binary file not shown.

dist/assets/index-DzlX-RIK.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-DzlX-RIK.js.br

69 KB
Binary file not shown.
Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,186 @@
1+
import{r as s}from"./vendor-react-BoNeG-_B.js";/**
2+
* @license lucide-react v1.0.1 - ISC
3+
*
4+
* This source code is licensed under the ISC license.
5+
* See the LICENSE file in the root directory of this source tree.
6+
*/const k=(...t)=>t.filter((a,c,o)=>!!a&&a.trim()!==""&&o.indexOf(a)===c).join(" ").trim();/**
7+
* @license lucide-react v1.0.1 - ISC
8+
*
9+
* This source code is licensed under the ISC license.
10+
* See the LICENSE file in the root directory of this source tree.
11+
*/const f=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();/**
12+
* @license lucide-react v1.0.1 - ISC
13+
*
14+
* This source code is licensed under the ISC license.
15+
* See the LICENSE file in the root directory of this source tree.
16+
*/const $=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,c,o)=>o?o.toUpperCase():c.toLowerCase());/**
17+
* @license lucide-react v1.0.1 - ISC
18+
*
19+
* This source code is licensed under the ISC license.
20+
* See the LICENSE file in the root directory of this source tree.
21+
*/const y=t=>{const a=$(t);return a.charAt(0).toUpperCase()+a.slice(1)};/**
22+
* @license lucide-react v1.0.1 - ISC
23+
*
24+
* This source code is licensed under the ISC license.
25+
* See the LICENSE file in the root directory of this source tree.
26+
*/var d={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
27+
* @license lucide-react v1.0.1 - ISC
28+
*
29+
* This source code is licensed under the ISC license.
30+
* See the LICENSE file in the root directory of this source tree.
31+
*/const N=t=>{for(const a in t)if(a.startsWith("aria-")||a==="role"||a==="title")return!0;return!1},v=s.createContext({}),b=()=>s.useContext(v),w=s.forwardRef(({color:t,size:a,strokeWidth:c,absoluteStrokeWidth:o,className:r="",children:n,iconNode:p,...h},m)=>{const{size:l=24,strokeWidth:i=2,absoluteStrokeWidth:_=!1,color:M="currentColor",className:u=""}=b()??{},x=o??_?Number(c??i)*24/Number(a??l):c??i;return s.createElement("svg",{ref:m,...d,width:a??l??d.width,height:a??l??d.height,stroke:t??M,strokeWidth:x,className:k("lucide",u,r),...!n&&!N(h)&&{"aria-hidden":"true"},...h},[...p.map(([g,C])=>s.createElement(g,C)),...Array.isArray(n)?n:[n]])});/**
32+
* @license lucide-react v1.0.1 - ISC
33+
*
34+
* This source code is licensed under the ISC license.
35+
* See the LICENSE file in the root directory of this source tree.
36+
*/const e=(t,a)=>{const c=s.forwardRef(({className:o,...r},n)=>s.createElement(w,{ref:n,iconNode:a,className:k(`lucide-${f(y(t))}`,`lucide-${t}`,o),...r}));return c.displayName=y(t),c};/**
37+
* @license lucide-react v1.0.1 - ISC
38+
*
39+
* This source code is licensed under the ISC license.
40+
* See the LICENSE file in the root directory of this source tree.
41+
*/const z=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],s1=e("arrow-right",z);/**
42+
* @license lucide-react v1.0.1 - ISC
43+
*
44+
* This source code is licensed under the ISC license.
45+
* See the LICENSE file in the root directory of this source tree.
46+
*/const A=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]],n1=e("at-sign",A);/**
47+
* @license lucide-react v1.0.1 - ISC
48+
*
49+
* This source code is licensed under the ISC license.
50+
* See the LICENSE file in the root directory of this source tree.
51+
*/const q=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],r1=e("badge-check",q);/**
52+
* @license lucide-react v1.0.1 - ISC
53+
*
54+
* This source code is licensed under the ISC license.
55+
* See the LICENSE file in the root directory of this source tree.
56+
*/const L=[["path",{d:"M10 12h4",key:"a56b0p"}],["path",{d:"M10 8h4",key:"1sr2af"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2",key:"secmi2"}],["path",{d:"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16",key:"16ra0t"}]],l1=e("building-2",L);/**
57+
* @license lucide-react v1.0.1 - ISC
58+
*
59+
* This source code is licensed under the ISC license.
60+
* See the LICENSE file in the root directory of this source tree.
61+
*/const S=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],d1=e("chevron-down",S);/**
62+
* @license lucide-react v1.0.1 - ISC
63+
*
64+
* This source code is licensed under the ISC license.
65+
* See the LICENSE file in the root directory of this source tree.
66+
*/const j=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],h1=e("circle-alert",j);/**
67+
* @license lucide-react v1.0.1 - ISC
68+
*
69+
* This source code is licensed under the ISC license.
70+
* See the LICENSE file in the root directory of this source tree.
71+
*/const P=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],i1=e("circle-check",P);/**
72+
* @license lucide-react v1.0.1 - ISC
73+
*
74+
* This source code is licensed under the ISC license.
75+
* See the LICENSE file in the root directory of this source tree.
76+
*/const V=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}]],y1=e("clock",V);/**
77+
* @license lucide-react v1.0.1 - ISC
78+
*
79+
* This source code is licensed under the ISC license.
80+
* See the LICENSE file in the root directory of this source tree.
81+
*/const W=[["path",{d:"M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z",key:"9m4mmf"}],["path",{d:"m2.5 21.5 1.4-1.4",key:"17g3f0"}],["path",{d:"m20.1 3.9 1.4-1.4",key:"1qn309"}],["path",{d:"M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z",key:"1t2c92"}],["path",{d:"m9.6 14.4 4.8-4.8",key:"6umqxw"}]],k1=e("dumbbell",W);/**
82+
* @license lucide-react v1.0.1 - ISC
83+
*
84+
* This source code is licensed under the ISC license.
85+
* See the LICENSE file in the root directory of this source tree.
86+
*/const B=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],p1=e("globe",B);/**
87+
* @license lucide-react v1.0.1 - ISC
88+
*
89+
* This source code is licensed under the ISC license.
90+
* See the LICENSE file in the root directory of this source tree.
91+
*/const Z=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],m1=e("link",Z);/**
92+
* @license lucide-react v1.0.1 - ISC
93+
*
94+
* This source code is licensed under the ISC license.
95+
* See the LICENSE file in the root directory of this source tree.
96+
*/const H=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],_1=e("loader-circle",H);/**
97+
* @license lucide-react v1.0.1 - ISC
98+
*
99+
* This source code is licensed under the ISC license.
100+
* See the LICENSE file in the root directory of this source tree.
101+
*/const R=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],M1=e("map-pin",R);/**
102+
* @license lucide-react v1.0.1 - ISC
103+
*
104+
* This source code is licensed under the ISC license.
105+
* See the LICENSE file in the root directory of this source tree.
106+
*/const U=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],u1=e("menu",U);/**
107+
* @license lucide-react v1.0.1 - ISC
108+
*
109+
* This source code is licensed under the ISC license.
110+
* See the LICENSE file in the root directory of this source tree.
111+
*/const E=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],x1=e("message-circle",E);/**
112+
* @license lucide-react v1.0.1 - ISC
113+
*
114+
* This source code is licensed under the ISC license.
115+
* See the LICENSE file in the root directory of this source tree.
116+
*/const D=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]],g1=e("message-square",D);/**
117+
* @license lucide-react v1.0.1 - ISC
118+
*
119+
* This source code is licensed under the ISC license.
120+
* See the LICENSE file in the root directory of this source tree.
121+
*/const G=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],C1=e("palette",G);/**
122+
* @license lucide-react v1.0.1 - ISC
123+
*
124+
* This source code is licensed under the ISC license.
125+
* See the LICENSE file in the root directory of this source tree.
126+
*/const I=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],f1=e("phone",I);/**
127+
* @license lucide-react v1.0.1 - ISC
128+
*
129+
* This source code is licensed under the ISC license.
130+
* See the LICENSE file in the root directory of this source tree.
131+
*/const T=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],$1=e("play",T);/**
132+
* @license lucide-react v1.0.1 - ISC
133+
*
134+
* This source code is licensed under the ISC license.
135+
* See the LICENSE file in the root directory of this source tree.
136+
*/const K=[["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}],["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09",key:"u4xsad"}],["path",{d:"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z",key:"676m9"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05",key:"92ym6u"}]],N1=e("rocket",K);/**
137+
* @license lucide-react v1.0.1 - ISC
138+
*
139+
* This source code is licensed under the ISC license.
140+
* See the LICENSE file in the root directory of this source tree.
141+
*/const O=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]],v1=e("scissors",O);/**
142+
* @license lucide-react v1.0.1 - ISC
143+
*
144+
* This source code is licensed under the ISC license.
145+
* See the LICENSE file in the root directory of this source tree.
146+
*/const X=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],b1=e("shield-check",X);/**
147+
* @license lucide-react v1.0.1 - ISC
148+
*
149+
* This source code is licensed under the ISC license.
150+
* See the LICENSE file in the root directory of this source tree.
151+
*/const F=[["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}],["path",{d:"M3.103 6.034h17.794",key:"awc11p"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z",key:"o988cm"}]],w1=e("shopping-bag",F);/**
152+
* @license lucide-react v1.0.1 - ISC
153+
*
154+
* This source code is licensed under the ISC license.
155+
* See the LICENSE file in the root directory of this source tree.
156+
*/const J=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],z1=e("sparkles",J);/**
157+
* @license lucide-react v1.0.1 - ISC
158+
*
159+
* This source code is licensed under the ISC license.
160+
* See the LICENSE file in the root directory of this source tree.
161+
*/const Q=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],A1=e("star",Q);/**
162+
* @license lucide-react v1.0.1 - ISC
163+
*
164+
* This source code is licensed under the ISC license.
165+
* See the LICENSE file in the root directory of this source tree.
166+
*/const Y=[["path",{d:"M11 2v2",key:"1539x4"}],["path",{d:"M5 2v2",key:"1yf1q8"}],["path",{d:"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1",key:"rb5t3r"}],["path",{d:"M8 15a6 6 0 0 0 12 0v-3",key:"x18d4x"}],["circle",{cx:"20",cy:"10",r:"2",key:"ts1r5v"}]],q1=e("stethoscope",Y);/**
167+
* @license lucide-react v1.0.1 - ISC
168+
*
169+
* This source code is licensed under the ISC license.
170+
* See the LICENSE file in the root directory of this source tree.
171+
*/const e1=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],L1=e("trending-up",e1);/**
172+
* @license lucide-react v1.0.1 - ISC
173+
*
174+
* This source code is licensed under the ISC license.
175+
* See the LICENSE file in the root directory of this source tree.
176+
*/const a1=[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8",key:"n7qcjb"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7",key:"d0u48b"}],["path",{d:"m2.1 21.8 6.4-6.3",key:"yn04lh"}],["path",{d:"m19 5-7 7",key:"194lzd"}]],S1=e("utensils-crossed",a1);/**
177+
* @license lucide-react v1.0.1 - ISC
178+
*
179+
* This source code is licensed under the ISC license.
180+
* See the LICENSE file in the root directory of this source tree.
181+
*/const t1=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],j1=e("x",t1);/**
182+
* @license lucide-react v1.0.1 - ISC
183+
*
184+
* This source code is licensed under the ISC license.
185+
* See the LICENSE file in the root directory of this source tree.
186+
*/const c1=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],P1=e("zap",c1);export{n1 as A,l1 as B,d1 as C,k1 as D,p1 as G,m1 as L,g1 as M,$1 as P,N1 as R,q1 as S,L1 as T,S1 as U,j1 as X,P1 as Z,x1 as a,w1 as b,v1 as c,r1 as d,f1 as e,M1 as f,i1 as g,A1 as h,y1 as i,b1 as j,u1 as k,s1 as l,C1 as m,h1 as n,z1 as o,_1 as p};
3.15 KB
Binary file not shown.

dist/assets/vendor-radix-CpT8TEFy.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)