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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -29,10 +29,8 @@ export default function CoffeePage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleMinimal <NavbarStyleMinimal
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/uploaded-1765473653005-7sz88m2f.jpg" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/uploaded-1765473653005-7sz88m2f.jpg"
logoAlt="Coffee Shop Logo"
brandName="Brew Haven" brandName="Brew Haven"
button={{ text: "Order Now", href: "#products" }} button={{ text: "Order Now", href: "#featured-beverages" }}
className="bg-background/95 backdrop-blur-sm border-b border-accent/20"
/> />
</div> </div>
@@ -48,7 +46,7 @@ export default function CoffeePage() {
showBlur={true} showBlur={true}
showDimOverlay={true} showDimOverlay={true}
buttons={[ buttons={[
{ text: "Explore Menu", href: "#products" }, { text: "Explore Menu", href: "#featured-beverages" },
{ text: "Order Delivery", href: "#contact" } { text: "Order Delivery", href: "#contact" }
]} ]}
ariaLabel="Coffee shop hero section" ariaLabel="Coffee shop hero section"
@@ -295,7 +293,7 @@ export default function CoffeePage() {
{ {
title: "Coffee", title: "Coffee",
items: [ items: [
{ label: "Shop Beans", href: "#products" }, { label: "Shop Beans", href: "#featured-beverages" },
{ label: "Brewing Guide", href: "#" }, { label: "Brewing Guide", href: "#" },
{ label: "Our Roasts", 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" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/uploaded-1765473653005-7sz88m2f.jpg"
logoAlt="Brew Haven Coffee"
logoText="Brew Haven" logoText="Brew Haven"
copyrightText="© 2025 Brew Haven Coffee. All rights reserved. Crafted with care." copyrightText="© 2025 Brew Haven Coffee. All rights reserved. Crafted with care."
ariaLabel="Coffee shop footer" ariaLabel="Coffee shop footer"