diff --git a/src/app/page.tsx b/src/app/page.tsx index 74fc50b..16353f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ export default function LandingPage() { return ( @@ -56,9 +48,7 @@ export default function LandingPage() { description="Discover Totztouch, where artisanal Indian craftsmanship meets modern comfort for your child's every milestone." buttons={[ { - text: "Shop Collection", - href: "#products", - }, + text: "Shop Collection", href: "#products"}, ]} imageSrc="http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10933.jpg" imageAlt="Luxury Indian children clothing" @@ -70,20 +60,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Crafting Stories in Every Stitch", - }, + type: "text", content: "Crafting Stories in Every Stitch"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/cropped-image-old-woman-knitting_171337-8096.jpg", - alt: "Craftsmanship", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/cropped-image-old-woman-knitting_171337-8096.jpg", alt: "Craftsmanship"}, ]} buttons={[ { - text: "Our Heritage", - href: "#", - }, + text: "Our Heritage", href: "#"}, ]} /> @@ -96,26 +79,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Festive Cotton Kurta", - price: "₹1,899", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-long-hair-wearing-crown-sitting-sofa-with-scripts_23-2147883028.jpg", - imageAlt: "Kurta", - }, + id: "p1", name: "Festive Cotton Kurta", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-long-hair-wearing-crown-sitting-sofa-with-scripts_23-2147883028.jpg", imageAlt: "Kurta"}, { - id: "p2", - name: "Soft Embroidered Set", - price: "₹2,299", - imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-flowers-room_1304-3168.jpg", - imageAlt: "Set", - }, + id: "p2", name: "Soft Embroidered Set", price: "₹2,299", imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-flowers-room_1304-3168.jpg", imageAlt: "Set"}, { - id: "p3", - name: "Everyday Comfort Dress", - price: "₹1,299", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-child-getting-ready-their-first-communion_23-2149378029.jpg", - imageAlt: "Dress", - }, + id: "p3", name: "Everyday Comfort Dress", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/portrait-child-getting-ready-their-first-communion_23-2149378029.jpg", imageAlt: "Dress"}, ]} title="Handpicked Essentials" description="Exquisite designs curated for comfort, play, and special celebrations." @@ -129,20 +97,11 @@ export default function LandingPage() { tag="Our Quality Commitment" metrics={[ { - id: "m1", - value: "100%", - description: "Organic Cotton Certified", - }, + id: "m1", value: "100%", description: "Organic Cotton Certified"}, { - id: "m2", - value: "5k+", - description: "Happy Little Customers", - }, + id: "m2", value: "5k+", description: "Happy Little Customers"}, { - id: "m3", - value: "12+", - description: "Artisanal Heritage Techniques", - }, + id: "m3", value: "12+", description: "Artisanal Heritage Techniques"}, ]} metricsAnimation="slide-up" /> @@ -156,25 +115,15 @@ export default function LandingPage() { author="Priya Sharma" avatars={[ { - src: "http://img.b2bpic.net/free-photo/caucasian-family-is-spending-time-farm-together_53876-14380.jpg", - alt: "Parent 1", - }, + src: "http://img.b2bpic.net/free-photo/caucasian-family-is-spending-time-farm-together_53876-14380.jpg", alt: "Parent 1"}, { - src: "http://img.b2bpic.net/free-photo/close-up-happy-kid-with-her-dad_23-2149117554.jpg", - alt: "Parent 2", - }, + src: "http://img.b2bpic.net/free-photo/close-up-happy-kid-with-her-dad_23-2149117554.jpg", alt: "Parent 2"}, { - src: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-97.jpg", - alt: "Parent 3", - }, + src: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-97.jpg", alt: "Parent 3"}, { - src: "http://img.b2bpic.net/free-photo/young-woman-with-little-daughter-walking-park_1303-16152.jpg", - alt: "Parent 4", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-with-little-daughter-walking-park_1303-16152.jpg", alt: "Parent 4"}, { - src: "http://img.b2bpic.net/free-photo/caucasian-family-is-spending-time-farm-together_53876-14380.jpg", - alt: "Parent 5", - }, + src: "http://img.b2bpic.net/free-photo/caucasian-family-is-spending-time-farm-together_53876-14380.jpg", alt: "Parent 5"}, ]} ratingAnimation="reveal-blur" avatarsAnimation="slide-up" @@ -185,8 +134,7 @@ export default function LandingPage() {