Compare commits

2 Commits

Author SHA1 Message Date
3c85c4e095 Update src/app/shop/page.tsx 2026-02-16 16:31:32 +00:00
96010182f6 Update src/app/shop/[id]/page.tsx 2026-02-16 16:31:31 +00:00
2 changed files with 45 additions and 45 deletions

View File

@@ -85,12 +85,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarStyleFullscreen
brandName="Brew Haven"
navItems={[
{ "name": "Home", "id": "/" },
{ "name": "About", "id": "about" },
{ "name": "Menu", "id": "menu" },
{ "name": "Team", "id": "team" },
{ "name": "Contact", "id": "contact" },
{ "name": "Shop", "id": "/shop" }
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
bottomLeftText="Craft Coffee Culture"
bottomRightText="hello@brewhaven.com"
@@ -105,9 +105,9 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Brew Haven"
copyrightText="© 2025 Brew Haven. All rights reserved."
columns={[
{ "title": "Menu", "items": [{ "label": "Coffee Drinks", "href": "menu" }, { "label": "Pastries", "href": "menu" }, { "label": "Seasonal Specials", "href": "menu" }] },
{ "title": "Company", "items": [{ "label": "About Us", "href": "about" }, { "label": "Our Team", "href": "team" }, { "label": "Contact", "href": "contact" }] },
{ "title": "Connect", "items": [{ "label": "Instagram", "href": "https://instagram.com" }, { "label": "Facebook", "href": "https://facebook.com" }, { "label": "Email", "href": "https://mailto:hello@brewhaven.com" }] }
{ title: "Menu", items: [{ label: "Coffee Drinks", href: "menu" }, { label: "Pastries", href: "menu" }, { label: "Seasonal Specials", href: "menu" }] },
{ title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Team", href: "team" }, { label: "Contact", href: "contact" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Email", href: "https://mailto:hello@brewhaven.com" }] }
]}
/>
</div>
@@ -135,12 +135,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarStyleFullscreen
brandName="Brew Haven"
navItems={[
{ "name": "Home", "id": "/" },
{ "name": "About", "id": "about" },
{ "name": "Menu", "id": "menu" },
{ "name": "Team", "id": "team" },
{ "name": "Contact", "id": "contact" },
{ "name": "Shop", "id": "/shop" }
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
bottomLeftText="Craft Coffee Culture"
bottomRightText="hello@brewhaven.com"
@@ -163,9 +163,9 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Brew Haven"
copyrightText="© 2025 Brew Haven. All rights reserved."
columns={[
{ "title": "Menu", "items": [{ "label": "Coffee Drinks", "href": "menu" }, { "label": "Pastries", "href": "menu" }, { "label": "Seasonal Specials", "href": "menu" }] },
{ "title": "Company", "items": [{ "label": "About Us", "href": "about" }, { "label": "Our Team", "href": "team" }, { "label": "Contact", "href": "contact" }] },
{ "title": "Connect", "items": [{ "label": "Instagram", "href": "https://instagram.com" }, { "label": "Facebook", "href": "https://facebook.com" }, { "label": "Email", "href": "https://mailto:hello@brewhaven.com" }] }
{ title: "Menu", items: [{ label: "Coffee Drinks", href: "menu" }, { label: "Pastries", href: "menu" }, { label: "Seasonal Specials", href: "menu" }] },
{ title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Team", href: "team" }, { label: "Contact", href: "contact" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Email", href: "https://mailto:hello@brewhaven.com" }] }
]}
/>
</div>
@@ -192,12 +192,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarStyleFullscreen
brandName="Brew Haven"
navItems={[
{ "name": "Home", "id": "/" },
{ "name": "About", "id": "about" },
{ "name": "Menu", "id": "menu" },
{ "name": "Team", "id": "team" },
{ "name": "Contact", "id": "contact" },
{ "name": "Shop", "id": "/shop" }
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
bottomLeftText="Craft Coffee Culture"
bottomRightText="hello@brewhaven.com"
@@ -245,9 +245,9 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Brew Haven"
copyrightText="© 2025 Brew Haven. All rights reserved."
columns={[
{ "title": "Menu", "items": [{ "label": "Coffee Drinks", "href": "menu" }, { "label": "Pastries", "href": "menu" }, { "label": "Seasonal Specials", "href": "menu" }] },
{ "title": "Company", "items": [{ "label": "About Us", "href": "about" }, { "label": "Our Team", "href": "team" }, { "label": "Contact", "href": "contact" }] },
{ "title": "Connect", "items": [{ "label": "Instagram", "href": "https://instagram.com" }, { "label": "Facebook", "href": "https://facebook.com" }, { "label": "Email", "href": "https://mailto:hello@brewhaven.com" }] }
{ title: "Menu", items: [{ label: "Coffee Drinks", href: "menu" }, { label: "Pastries", href: "menu" }, { label: "Seasonal Specials", href: "menu" }] },
{ title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Team", href: "team" }, { label: "Contact", href: "contact" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Email", href: "https://mailto:hello@brewhaven.com" }] }
]}
/>
</div>

View File

@@ -35,12 +35,12 @@ export default function ShopPage() {
<NavbarStyleFullscreen
brandName="Brew Haven"
navItems={[
{ "name": "Home", "id": "/" },
{ "name": "About", "id": "about" },
{ "name": "Menu", "id": "menu" },
{ "name": "Team", "id": "team" },
{ "name": "Contact", "id": "contact" },
{ "name": "Shop", "id": "/shop" }
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
bottomLeftText="Craft Coffee Culture"
bottomRightText="hello@brewhaven.com"
@@ -55,9 +55,9 @@ export default function ShopPage() {
logoText="Brew Haven"
copyrightText="© 2025 Brew Haven. All rights reserved."
columns={[
{ "title": "Menu", "items": [{ "label": "Coffee Drinks", "href": "menu" }, { "label": "Pastries", "href": "menu" }, { "label": "Seasonal Specials", "href": "menu" }] },
{ "title": "Company", "items": [{ "label": "About Us", "href": "about" }, { "label": "Our Team", "href": "team" }, { "label": "Contact", "href": "contact" }] },
{ "title": "Connect", "items": [{ "label": "Instagram", "href": "https://instagram.com" }, { "label": "Facebook", "href": "https://facebook.com" }, { "label": "Email", "href": "https://mailto:hello@brewhaven.com" }] }
{ title: "Menu", items: [{ label: "Coffee Drinks", href: "menu" }, { label: "Pastries", href: "menu" }, { label: "Seasonal Specials", href: "menu" }] },
{ title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Team", href: "team" }, { label: "Contact", href: "contact" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Email", href: "https://mailto:hello@brewhaven.com" }] }
]}
/>
</div>
@@ -84,12 +84,12 @@ export default function ShopPage() {
<NavbarStyleFullscreen
brandName="Brew Haven"
navItems={[
{ "name": "Home", "id": "/" },
{ "name": "About", "id": "about" },
{ "name": "Menu", "id": "menu" },
{ "name": "Team", "id": "team" },
{ "name": "Contact", "id": "contact" },
{ "name": "Shop", "id": "/shop" }
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
bottomLeftText="Craft Coffee Culture"
bottomRightText="hello@brewhaven.com"
@@ -112,9 +112,9 @@ export default function ShopPage() {
logoText="Brew Haven"
copyrightText="© 2025 Brew Haven. All rights reserved."
columns={[
{ "title": "Menu", "items": [{ "label": "Coffee Drinks", "href": "menu" }, { "label": "Pastries", "href": "menu" }, { "label": "Seasonal Specials", "href": "menu" }] },
{ "title": "Company", "items": [{ "label": "About Us", "href": "about" }, { "label": "Our Team", "href": "team" }, { "label": "Contact", "href": "contact" }] },
{ "title": "Connect", "items": [{ "label": "Instagram", "href": "https://instagram.com" }, { "label": "Facebook", "href": "https://facebook.com" }, { "label": "Email", "href": "https://mailto:hello@brewhaven.com" }] }
{ title: "Menu", items: [{ label: "Coffee Drinks", href: "menu" }, { label: "Pastries", href: "menu" }, { label: "Seasonal Specials", href: "menu" }] },
{ title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Team", href: "team" }, { label: "Contact", href: "contact" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Email", href: "https://mailto:hello@brewhaven.com" }] }
]}
/>
</div>