From 915ee447beb47fad4b26985a67a21c5b6dcf82d4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 20:59:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 326 ++++++++--------------------------------------- 1 file changed, 55 insertions(+), 271 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0a8489..e895cd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -232,21 +114,9 @@ export default function LandingPage() { title="The Essence of Luxury" description="Uncompromised quality and sustainable innovation in every drop." accordionItems={[ - { - id: "a1", - title: "Sustainable Sourcing", - content: "Ethically harvested rare botanicals.", - }, - { - id: "a2", - title: "Clinical Efficacy", - content: "Proven results for discerning skin.", - }, - { - id: "a3", - title: "Hand-Crafted Batches", - content: "Quality over quantity, always.", - }, + { id: "a1", title: "Sustainable Sourcing", content: "Ethically harvested rare botanicals." }, + { id: "a2", title: "Clinical Efficacy", content: "Proven results for discerning skin." }, + { id: "a3", title: "Hand-Crafted Batches", content: "Quality over quantity, always." }, ]} imageSrc="http://img.b2bpic.net/free-photo/selfcare-product-bottle-with-flower_23-2149249545.jpg" mediaAnimation="blur-reveal" @@ -259,24 +129,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Sparkles, - title: "Customer Loyalty", - value: "98%", - }, - { - id: "m2", - icon: Award, - title: "Award Winning", - value: "25+", - }, - { - id: "m3", - icon: Shield, - title: "Active Users", - value: "100k+", - }, + { id: "m1", icon: Sparkles, title: "Customer Loyalty", value: "98%" }, + { id: "m2", icon: Award, title: "Award Winning", value: "25+" }, + { id: "m3", icon: Shield, title: "Active Users", value: "100k+" }, ]} title="The AURA Impact" description="Measured elegance. Results beyond expectations." @@ -287,15 +142,7 @@ export default function LandingPage() { @@ -303,63 +150,20 @@ export default function LandingPage() {