Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -85,11 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Brew Haven"
|
brandName="Brew Haven"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Home", id: "/" },
|
||||||
{"name":"About","id":"about"},
|
{ name: "About", id: "about" },
|
||||||
{"name":"Menu","id":"products"},
|
{ name: "Menu", id: "products" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Contact", id: "contact" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -100,11 +100,36 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#hero"},{"label":"About","href":"#about"},{"label":"Menu","href":"#products"},{"label":"Contact","href":"#contact"}]},
|
{
|
||||||
{"title":"Connect","items":[{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Email","href":"mailto:hello@brewhaven.com"}]},
|
title: "Navigate", items: [
|
||||||
{"title":"Hours","items":[{"label":"Monday - Friday: 6 AM - 8 PM","href":"#"},{"label":"Saturday - Sunday: 7 AM - 9 PM","href":"#"},{"label":"Closed Holidays","href":"#"}]},
|
{ label: "Home", href: "#hero" },
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"}]}
|
{ label: "About", href: "#about" },
|
||||||
|
{ label: "Menu", href: "#products" },
|
||||||
|
{ label: "Contact", href: "#contact" }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Connect", items: [
|
||||||
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
{ label: "Email", href: "mailto:hello@brewhaven.com" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Hours", items: [
|
||||||
|
{ label: "Monday - Friday: 6 AM - 8 PM", href: "#" },
|
||||||
|
{ label: "Saturday - Sunday: 7 AM - 9 PM", href: "#" },
|
||||||
|
{ label: "Closed Holidays", href: "#" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Legal", items: [
|
||||||
|
{ label: "Privacy Policy", href: "#" },
|
||||||
|
{ label: "Terms of Service", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
||||||
bottomRightText="Crafted with ☕ and passion"
|
bottomRightText="Crafted with ☕ and passion"
|
||||||
/>
|
/>
|
||||||
@@ -133,11 +158,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Brew Haven"
|
brandName="Brew Haven"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Home", id: "/" },
|
||||||
{"name":"About","id":"about"},
|
{ name: "About", id: "about" },
|
||||||
{"name":"Menu","id":"products"},
|
{ name: "Menu", id: "products" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Contact", id: "contact" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -156,11 +181,36 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#hero"},{"label":"About","href":"#about"},{"label":"Menu","href":"#products"},{"label":"Contact","href":"#contact"}]},
|
{
|
||||||
{"title":"Connect","items":[{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Email","href":"mailto:hello@brewhaven.com"}]},
|
title: "Navigate", items: [
|
||||||
{"title":"Hours","items":[{"label":"Monday - Friday: 6 AM - 8 PM","href":"#"},{"label":"Saturday - Sunday: 7 AM - 9 PM","href":"#"},{"label":"Closed Holidays","href":"#"}]},
|
{ label: "Home", href: "#hero" },
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"}]}
|
{ label: "About", href: "#about" },
|
||||||
|
{ label: "Menu", href: "#products" },
|
||||||
|
{ label: "Contact", href: "#contact" }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Connect", items: [
|
||||||
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
{ label: "Email", href: "mailto:hello@brewhaven.com" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Hours", items: [
|
||||||
|
{ label: "Monday - Friday: 6 AM - 8 PM", href: "#" },
|
||||||
|
{ label: "Saturday - Sunday: 7 AM - 9 PM", href: "#" },
|
||||||
|
{ label: "Closed Holidays", href: "#" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Legal", items: [
|
||||||
|
{ label: "Privacy Policy", href: "#" },
|
||||||
|
{ label: "Terms of Service", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
||||||
bottomRightText="Crafted with ☕ and passion"
|
bottomRightText="Crafted with ☕ and passion"
|
||||||
/>
|
/>
|
||||||
@@ -188,11 +238,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Brew Haven"
|
brandName="Brew Haven"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Home", id: "/" },
|
||||||
{"name":"About","id":"about"},
|
{ name: "About", id: "about" },
|
||||||
{"name":"Menu","id":"products"},
|
{ name: "Menu", id: "products" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Contact", id: "contact" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -236,11 +286,36 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#hero"},{"label":"About","href":"#about"},{"label":"Menu","href":"#products"},{"label":"Contact","href":"#contact"}]},
|
{
|
||||||
{"title":"Connect","items":[{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Email","href":"mailto:hello@brewhaven.com"}]},
|
title: "Navigate", items: [
|
||||||
{"title":"Hours","items":[{"label":"Monday - Friday: 6 AM - 8 PM","href":"#"},{"label":"Saturday - Sunday: 7 AM - 9 PM","href":"#"},{"label":"Closed Holidays","href":"#"}]},
|
{ label: "Home", href: "#hero" },
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"}]}
|
{ label: "About", href: "#about" },
|
||||||
|
{ label: "Menu", href: "#products" },
|
||||||
|
{ label: "Contact", href: "#contact" }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Connect", items: [
|
||||||
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
{ label: "Email", href: "mailto:hello@brewhaven.com" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Hours", items: [
|
||||||
|
{ label: "Monday - Friday: 6 AM - 8 PM", href: "#" },
|
||||||
|
{ label: "Saturday - Sunday: 7 AM - 9 PM", href: "#" },
|
||||||
|
{ label: "Closed Holidays", href: "#" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Legal", items: [
|
||||||
|
{ label: "Privacy Policy", href: "#" },
|
||||||
|
{ label: "Terms of Service", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
||||||
bottomRightText="Crafted with ☕ and passion"
|
bottomRightText="Crafted with ☕ and passion"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -35,11 +35,11 @@ export default function ShopPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Brew Haven"
|
brandName="Brew Haven"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Home", id: "/" },
|
||||||
{"name":"About","id":"about"},
|
{ name: "About", id: "about" },
|
||||||
{"name":"Menu","id":"products"},
|
{ name: "Menu", id: "products" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Contact", id: "contact" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
@@ -50,11 +50,36 @@ export default function ShopPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#hero"},{"label":"About","href":"#about"},{"label":"Menu","href":"#products"},{"label":"Contact","href":"#contact"}]},
|
{
|
||||||
{"title":"Connect","items":[{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Email","href":"mailto:hello@brewhaven.com"}]},
|
title: "Navigate", items: [
|
||||||
{"title":"Hours","items":[{"label":"Monday - Friday: 6 AM - 8 PM","href":"#"},{"label":"Saturday - Sunday: 7 AM - 9 PM","href":"#"},{"label":"Closed Holidays","href":"#"}]},
|
{ label: "Home", href: "#hero" },
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"}]}
|
{ label: "About", href: "#about" },
|
||||||
|
{ label: "Menu", href: "#products" },
|
||||||
|
{ label: "Contact", href: "#contact" }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Connect", items: [
|
||||||
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
{ label: "Email", href: "mailto:hello@brewhaven.com" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Hours", items: [
|
||||||
|
{ label: "Monday - Friday: 6 AM - 8 PM", href: "#" },
|
||||||
|
{ label: "Saturday - Sunday: 7 AM - 9 PM", href: "#" },
|
||||||
|
{ label: "Closed Holidays", href: "#" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Legal", items: [
|
||||||
|
{ label: "Privacy Policy", href: "#" },
|
||||||
|
{ label: "Terms of Service", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
||||||
bottomRightText="Crafted with ☕ and passion"
|
bottomRightText="Crafted with ☕ and passion"
|
||||||
/>
|
/>
|
||||||
@@ -82,11 +107,11 @@ export default function ShopPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Brew Haven"
|
brandName="Brew Haven"
|
||||||
navItems={[
|
navItems={[
|
||||||
{"name":"Home","id":"/"},
|
{ name: "Home", id: "/" },
|
||||||
{"name":"About","id":"about"},
|
{ name: "About", id: "about" },
|
||||||
{"name":"Menu","id":"products"},
|
{ name: "Menu", id: "products" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Contact", id: "contact" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
@@ -105,11 +130,36 @@ export default function ShopPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#hero"},{"label":"About","href":"#about"},{"label":"Menu","href":"#products"},{"label":"Contact","href":"#contact"}]},
|
{
|
||||||
{"title":"Connect","items":[{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Email","href":"mailto:hello@brewhaven.com"}]},
|
title: "Navigate", items: [
|
||||||
{"title":"Hours","items":[{"label":"Monday - Friday: 6 AM - 8 PM","href":"#"},{"label":"Saturday - Sunday: 7 AM - 9 PM","href":"#"},{"label":"Closed Holidays","href":"#"}]},
|
{ label: "Home", href: "#hero" },
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"}]}
|
{ label: "About", href: "#about" },
|
||||||
|
{ label: "Menu", href: "#products" },
|
||||||
|
{ label: "Contact", href: "#contact" }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Connect", items: [
|
||||||
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
|
{ label: "Email", href: "mailto:hello@brewhaven.com" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Hours", items: [
|
||||||
|
{ label: "Monday - Friday: 6 AM - 8 PM", href: "#" },
|
||||||
|
{ label: "Saturday - Sunday: 7 AM - 9 PM", href: "#" },
|
||||||
|
{ label: "Closed Holidays", href: "#" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Legal", items: [
|
||||||
|
{ label: "Privacy Policy", href: "#" },
|
||||||
|
{ label: "Terms of Service", href: "#" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
bottomLeftText="© 2025 Brew Haven. All rights reserved."
|
||||||
bottomRightText="Crafted with ☕ and passion"
|
bottomRightText="Crafted with ☕ and passion"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user