diff --git a/src/app/page.tsx b/src/app/page.tsx index 66df1d0..8e8c972 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -29,10 +29,8 @@ export default function CoffeePage() { @@ -48,7 +46,7 @@ export default function CoffeePage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "Explore Menu", href: "#products" }, + { text: "Explore Menu", href: "#featured-beverages" }, { text: "Order Delivery", href: "#contact" } ]} ariaLabel="Coffee shop hero section" @@ -295,7 +293,7 @@ export default function CoffeePage() { { title: "Coffee", items: [ - { label: "Shop Beans", href: "#products" }, + { label: "Shop Beans", href: "#featured-beverages" }, { label: "Brewing Guide", href: "#" }, { label: "Our Roasts", href: "#" } ] @@ -318,7 +316,6 @@ export default function CoffeePage() { } ]} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/uploaded-1765473653005-7sz88m2f.jpg" - logoAlt="Brew Haven Coffee" logoText="Brew Haven" copyrightText="© 2025 Brew Haven Coffee. All rights reserved. Crafted with care." ariaLabel="Coffee shop footer"