Update src/app/page.tsx

This commit is contained in:
2025-12-11 17:25:25 +00:00
parent 485b904547
commit f838540388

View File

@@ -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() {
<div id="nav" data-section="nav">
<NavbarStyleMinimal
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/uploaded-1765473653005-7sz88m2f.jpg"
logoAlt="Coffee Shop Logo"
brandName="Brew Haven"
button={{ text: "Order Now", href: "#products" }}
className="bg-background/95 backdrop-blur-sm border-b border-accent/20"
button={{ text: "Order Now", href: "#featured-beverages" }}
/>
</div>
@@ -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"