From 059a4e3a946f8d7a395808b0e710594601cea0f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:48:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4b666e..cfd27f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Learn Our Story", href: "about" } ]} buttonAnimation="slide-up" - background={{ variant: "sparkles-gradient" }} + background={{ variant: "aurora" }} imageSrc="http://img.b2bpic.net/free-photo/set-skincare-bottles-containers-isolated-white-background_181624-35890.jpg" imageAlt="Premium skincare products collection" mediaAnimation="blur-reveal" @@ -205,7 +205,7 @@ export default function LandingPage() { columns={[ { title: "Shop", items: [ - { label: "All Products", href: "products" }, + { label: "All Products", href: "#products" }, { label: "Serums", href: "#" }, { label: "Moisturizers", href: "#" }, { label: "Cleansers", href: "#" } @@ -213,16 +213,16 @@ export default function LandingPage() { }, { title: "Company", items: [ - { label: "About Us", href: "about" }, - { label: "Our Story", href: "about" }, + { label: "About Us", href: "#about" }, + { label: "Our Story", href: "#about" }, { label: "Sustainability", href: "#" }, { label: "Careers", href: "#" } ] }, { title: "Support", items: [ - { label: "Contact Us", href: "contact" }, - { label: "FAQ", href: "faq" }, + { label: "Contact Us", href: "#contact" }, + { label: "FAQ", href: "#faq" }, { label: "Shipping Info", href: "#" }, { label: "Returns", href: "#" } ] -- 2.49.1