Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0443aa41c6 | |||
| 3768276359 | |||
| 52f8ae3813 | |||
| 3d6785f573 | |||
| 51aebaa699 |
@@ -91,4 +91,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
title="Yo Yo"
|
title="dskfjsdlkjf"
|
||||||
description="Experience premium specialty coffee in an inviting space designed for authentic connections and exceptional taste."
|
description="Experience premium specialty coffee in an inviting space designed for authentic connections and exceptional taste."
|
||||||
tag="Welcome to Brew & Co"
|
tag="Welcome to Brew & Co"
|
||||||
tagIcon={Coffee}
|
tagIcon={Coffee}
|
||||||
@@ -274,4 +274,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -98,7 +98,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{"name":"Testimonials","id":"testimonials"},
|
{"name":"Testimonials","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Reserve Now", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||||
@@ -145,7 +145,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{"name":"Testimonials","id":"testimonials"},
|
{"name":"Testimonials","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Reserve Now", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||||
@@ -199,7 +199,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{"name":"Testimonials","id":"testimonials"},
|
{"name":"Testimonials","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Reserve Now", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="productDetailCard" data-section="productDetailCard">
|
<div id="productDetailCard" data-section="productDetailCard">
|
||||||
@@ -252,4 +252,4 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,7 @@ function ShopPageContent() {
|
|||||||
{"name":"Testimonials","id":"testimonials"},
|
{"name":"Testimonials","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Reserve Now", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||||
@@ -89,7 +89,7 @@ function ShopPageContent() {
|
|||||||
{"name":"Testimonials","id":"testimonials"},
|
{"name":"Testimonials","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Reserve Now", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="productCatalog" data-section="productCatalog">
|
<div id="productCatalog" data-section="productCatalog">
|
||||||
@@ -125,4 +125,4 @@ export default function ShopPage() {
|
|||||||
<ShopPageContent />
|
<ShopPageContent />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user