diff --git a/src/app/page.tsx b/src/app/page.tsx index b355fc3..83dee42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,38 +45,19 @@ export default function LandingPage() {
@@ -125,19 +92,13 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Cruelty-Free", - description: "We never test on animals, always kind.", - }, + title: "Cruelty-Free", description: "We never test on animals, always kind."}, { icon: ShieldCheck, - title: "Clean Standards", - description: "No harmful chemicals, ever.", - }, + title: "Clean Standards", description: "No harmful chemicals, ever."}, { icon: Leaf, - title: "Earth Friendly", - description: "Sustainable packaging and production methods.", - }, + title: "Earth Friendly", description: "Sustainable packaging and production methods."}, ]} title="Our Values" description="What defines the Iaocea experience." @@ -150,45 +111,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Incredible results!", - quote: "My skin has never looked better since switching to Iaocea.", - name: "Sarah J.", - role: "Advocate", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-brushing-hair-bed_23-2147767638.jpg?_wi=1", - }, + id: "1", title: "Incredible results!", quote: "My skin has never looked better since switching to Iaocea.", name: "Sarah J.", role: "Advocate", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-brushing-hair-bed_23-2147767638.jpg"}, { - id: "2", - title: "Pure quality.", - quote: "You can truly feel the intention behind every product.", - name: "Michael R.", - role: "Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg", - }, + id: "2", title: "Pure quality.", quote: "You can truly feel the intention behind every product.", name: "Michael R.", role: "Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg"}, { - id: "3", - title: "Sustainable and chic.", - quote: "Finally a brand that gets both clean beauty and design.", - name: "Emily D.", - role: "Influencer", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-6990.jpg", - }, + id: "3", title: "Sustainable and chic.", quote: "Finally a brand that gets both clean beauty and design.", name: "Emily D.", role: "Influencer", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-white-t-shirt_273609-6990.jpg"}, { - id: "4", - title: "Love the mission.", - quote: "Knowing it's kind on the planet makes it better.", - name: "David W.", - role: "Loyal Customer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg", - }, + id: "4", title: "Love the mission.", quote: "Knowing it's kind on the planet makes it better.", name: "David W.", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg"}, { - id: "5", - title: "Essential care.", - quote: "The most thoughtful products I own, truly worth it.", - name: "Jessica L.", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-brushing-hair-bed_23-2147767638.jpg?_wi=2", - }, + id: "5", title: "Essential care.", quote: "The most thoughtful products I own, truly worth it.", name: "Jessica L.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-brushing-hair-bed_23-2147767638.jpg"}, ]} title="What people say" description="Join our community of beauty lovers." @@ -204,15 +135,9 @@ export default function LandingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "1", - title: "Are your products truly natural?", - content: "Yes, we use only ethically sourced, plant-based ingredients for all our formulas.", - }, + id: "1", title: "Are your products truly natural?", content: "Yes, we use only ethically sourced, plant-based ingredients for all our formulas."}, { - id: "2", - title: "What makes your packaging sustainable?", - content: "We use recycled glass, compostable paper, and soy-based inks to ensure minimal impact.", - }, + id: "2", title: "What makes your packaging sustainable?", content: "We use recycled glass, compostable paper, and soy-based inks to ensure minimal impact."}, ]} /> @@ -221,50 +146,31 @@ export default function LandingPage() {