Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd4f19ff25 | |||
| 321da70bff | |||
| e989ee893a | |||
| f94a409d4b | |||
| 5c0d4721aa | |||
| ef430c60e0 | |||
| fec5ee9af5 | |||
| d5fa4d12f6 | |||
| 280da3310e | |||
| b136c42372 | |||
| 694f8416bb | |||
| eb94c1ba42 | |||
| 835d81afc1 |
@@ -32,6 +32,8 @@ export default function BlogPage() {
|
|||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Menu", id: "products" },
|
{ name: "Menu", id: "products" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Now", href: "#contact" }}
|
button={{ text: "Order Now", href: "#contact" }}
|
||||||
@@ -74,7 +76,7 @@ export default function BlogPage() {
|
|||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Our Team", href: "#" },
|
{ label: "Our Team", href: "#" },
|
||||||
{ label: "Sustainability", href: "#" },
|
{ label: "Sustainability", href: "#" },
|
||||||
{ label: "Blog", href: "#" }
|
{ label: "Blog", href: "/blog" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -101,4 +103,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1409,4 +1409,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -30,10 +30,12 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Brew Haven"
|
brandName="Brew Haven"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Menu", id: "products" },
|
{ name: "Menu", id: "products" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
@@ -232,7 +234,7 @@ export default function LandingPage() {
|
|||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Our Team", href: "#" },
|
{ label: "Our Team", href: "#" },
|
||||||
{ label: "Sustainability", href: "#" },
|
{ label: "Sustainability", href: "#" },
|
||||||
{ label: "Blog", href: "#" }
|
{ label: "Blog", href: "/blog" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -257,4 +259,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -93,12 +93,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
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":"Reviews","id":"testimonials"},
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Blog", id: "/blog" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" },
|
||||||
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -111,7 +112,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
logoText="Brew Haven"
|
logoText="Brew Haven"
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
||||||
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"#"}]},
|
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"/blog"}]},
|
||||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
||||||
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
@@ -143,12 +144,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
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":"Reviews","id":"testimonials"},
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Blog", id: "/blog" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" },
|
||||||
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -169,7 +171,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
logoText="Brew Haven"
|
logoText="Brew Haven"
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
||||||
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"#"}]},
|
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"/blog"}]},
|
||||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
||||||
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
@@ -200,12 +202,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
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":"Reviews","id":"testimonials"},
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Blog", id: "/blog" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" },
|
||||||
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -251,7 +254,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
logoText="Brew Haven"
|
logoText="Brew Haven"
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
||||||
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"#"}]},
|
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"/blog"}]},
|
||||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
||||||
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
@@ -262,4 +265,4 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,12 +36,13 @@ function ShopPageContent() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
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":"Reviews","id":"testimonials"},
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Blog", id: "/blog" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" },
|
||||||
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
@@ -54,7 +55,7 @@ function ShopPageContent() {
|
|||||||
logoText="Brew Haven"
|
logoText="Brew Haven"
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
||||||
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"#"}]},
|
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"/blog"}]},
|
||||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
||||||
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
@@ -85,12 +86,13 @@ function ShopPageContent() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
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":"Reviews","id":"testimonials"},
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{"name":"Contact","id":"contact"},
|
{ name: "Blog", id: "/blog" },
|
||||||
{"name":"Shop","id":"/shop"}
|
{ name: "Shop", id: "/shop" },
|
||||||
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
@@ -111,7 +113,7 @@ function ShopPageContent() {
|
|||||||
logoText="Brew Haven"
|
logoText="Brew Haven"
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
{"title":"Menu","items":[{"label":"Coffee Drinks","href":"#products"},{"label":"Pastries","href":"#"},{"label":"Seasonal Specials","href":"#"},{"label":"Gift Cards","href":"#"}]},
|
||||||
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"#"}]},
|
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Our Team","href":"#"},{"label":"Sustainability","href":"#"},{"label":"Blog","href":"/blog"}]},
|
||||||
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
{"title":"Connect","items":[{"label":"Contact Us","href":"#contact"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Facebook","href":"https://facebook.com"},{"label":"Twitter","href":"https://twitter.com"}]},
|
||||||
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
{"title":"Visit","items":[{"label":"Hours","href":"#"},{"label":"Location","href":"#"},{"label":"Parking Info","href":"#"},{"label":"Directions","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
@@ -130,4 +132,4 @@ export default function ShopPage() {
|
|||||||
<ShopPageContent />
|
<ShopPageContent />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #e3deea;;
|
/* --background: #1a0d0d;;
|
||||||
--card: #ffffff;;
|
--card: #2e1a1a;;
|
||||||
--foreground: #27231f;;
|
--foreground: #f4d9c7;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #c9a876;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #2e1a1a;;
|
||||||
--accent: #c68a62;;
|
--accent: #d4a574;;
|
||||||
--background-accent: #c68a62;; */
|
--background-accent: #8b6f47;; */
|
||||||
|
|
||||||
--background: #e3deea;;
|
--background: #1a0d0d;;
|
||||||
--card: #ffffff;;
|
--card: #2e1a1a;;
|
||||||
--foreground: #27231f;;
|
--foreground: #f4d9c7;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #c9a876;;
|
||||||
--primary-cta-text: #e3deea;;
|
--primary-cta-text: #e3deea;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #2e1a1a;;
|
||||||
--secondary-cta-text: #27231f;;
|
--secondary-cta-text: #27231f;;
|
||||||
--accent: #c68a62;;
|
--accent: #d4a574;;
|
||||||
--background-accent: #c68a62;;
|
--background-accent: #8b6f47;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user