diff --git a/src/app/page.tsx b/src/app/page.tsx index 16b22b1..993fe8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,12 +30,12 @@ export default function LandingPage() { @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="Radiant Skin" description="Discover the power of nature-inspired skincare. Our premium formulations harness the finest natural ingredients to reveal your most radiant, glowing complexion." buttons={[ - { text: "Explore Products", href: "products" }, + { text: "Explore Products", href: "/products" }, { text: "Learn More", href: "about" } ]} background={{ variant: "sparkles-gradient" }} @@ -186,9 +186,9 @@ export default function LandingPage() { columns={[ { title: "Shop", items: [ - { label: "Products", href: "#products" }, - { label: "Bundles", href: "#products" }, - { label: "Best Sellers", href: "#products" } + { label: "Products", href: "/products" }, + { label: "Bundles", href: "/products" }, + { label: "Best Sellers", href: "/products" } ] }, {