diff --git a/src/app/page.tsx b/src/app/page.tsx index 3825afe..54e10d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,21 +48,16 @@ export default function LandingPage() {
@@ -95,23 +82,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Premium Ingredients", - description: "Sourced from the finest global botanical extracts for maximum efficacy.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hydroalcoholic-gel-close-up_23-2148858941.jpg", - imageAlt: "skincare texture close up", - }, + title: "Premium Ingredients", description: "Sourced from the finest global botanical extracts for maximum efficacy.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hydroalcoholic-gel-close-up_23-2148858941.jpg", imageAlt: "skincare texture close up"}, { - title: "Visible Results", - description: "Scientifically proven formulas that deliver glowing, healthy skin.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-mango_23-2149390208.jpg", - imageAlt: "woman with glowing healthy skin", - }, + title: "Visible Results", description: "Scientifically proven formulas that deliver glowing, healthy skin.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-mango_23-2149390208.jpg", imageAlt: "woman with glowing healthy skin"}, { - title: "Timeless Elegance", - description: "Packaging that beautifies your vanity as much as your skin.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-abstract-double-sided-vertical-business-card-template_23-2149310202.jpg", - imageAlt: "golden skincare packaging white", - }, + title: "Timeless Elegance", description: "Packaging that beautifies your vanity as much as your skin.", imageSrc: "http://img.b2bpic.net/free-vector/flat-abstract-double-sided-vertical-business-card-template_23-2149310202.jpg", imageAlt: "golden skincare packaging white"}, ]} title="Why Choose Aksh?" description="Elevate your daily ritual with our thoughtfully selected range of aesthetic solutions." @@ -126,47 +101,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Luminous Serum", - price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/natural-jojoba-oil-composition_23-2149047762.jpg", - imageAlt: "luxury serum bottle gold", - }, + id: "p1", name: "Luminous Serum", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/natural-jojoba-oil-composition_23-2149047762.jpg", imageAlt: "luxury serum bottle gold"}, { - id: "p2", - name: "Gold Revive Mask", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-plate-arrangement_23-2149357121.jpg", - imageAlt: "gold skincare jar luxury", - }, + id: "p2", name: "Gold Revive Mask", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-plate-arrangement_23-2149357121.jpg", imageAlt: "gold skincare jar luxury"}, { - id: "p3", - name: "Pure Eye Balm", - price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420722.jpg", - imageAlt: "eye cream gold container luxury", - }, + id: "p3", name: "Pure Eye Balm", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420722.jpg", imageAlt: "eye cream gold container luxury"}, { - id: "p4", - name: "Hydrate Toner", - price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/natural-jojoba-oil-composition_23-2149047770.jpg", - imageAlt: "luxury toner bottle gold", - }, + id: "p4", name: "Hydrate Toner", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/natural-jojoba-oil-composition_23-2149047770.jpg", imageAlt: "luxury toner bottle gold"}, { - id: "p5", - name: "Deep Repair Balm", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-hands-holding-jar-cream_171337-12781.jpg", - imageAlt: "moisturizing balm luxury", - }, + id: "p5", name: "Deep Repair Balm", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-hands-holding-jar-cream_171337-12781.jpg", imageAlt: "moisturizing balm luxury"}, { - id: "p6", - name: "Gentle Face Wash", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-cleansing-face_23-2149453564.jpg", - imageAlt: "luxury face wash packaging", - }, + id: "p6", name: "Gentle Face Wash", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-cleansing-face_23-2149453564.jpg", imageAlt: "luxury face wash packaging"}, ]} title="Curated Essentials" description="Explore our flagship range of aesthetic skincare products designed to transform your routine." @@ -175,56 +120,27 @@ export default function LandingPage() {