Merge version_5 into main #5

Merged
bender merged 4 commits from version_5 into main 2026-02-20 11:06:38 +00:00
4 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ export default function BlogPage() {
<NavbarLayoutFloatingOverlay
brandName="Brew Haven"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Menu", id: "products" },
{ name: "Experience", id: "testimonials" },

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
background={{ variant: "radial-gradient" }}
carouselItems={[
{
id: "1", imageSrc: "https://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", imageAlt: "Coffee shop cozy interior"

View File

@@ -85,7 +85,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarLayoutFloatingOverlay
brandName="Brew Haven"
navItems={[
{"name":"Home","id":"hero"},
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Menu","id":"products"},
{"name":"Experience","id":"testimonials"},
@@ -134,7 +134,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarLayoutFloatingOverlay
brandName="Brew Haven"
navItems={[
{"name":"Home","id":"hero"},
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Menu","id":"products"},
{"name":"Experience","id":"testimonials"},
@@ -190,7 +190,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarLayoutFloatingOverlay
brandName="Brew Haven"
navItems={[
{"name":"Home","id":"hero"},
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Menu","id":"products"},
{"name":"Experience","id":"testimonials"},

View File

@@ -35,7 +35,7 @@ export default function ShopPage() {
<NavbarLayoutFloatingOverlay
brandName="Brew Haven"
navItems={[
{"name":"Home","id":"hero"},
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Menu","id":"products"},
{"name":"Experience","id":"testimonials"},
@@ -83,7 +83,7 @@ export default function ShopPage() {
<NavbarLayoutFloatingOverlay
brandName="Brew Haven"
navItems={[
{"name":"Home","id":"hero"},
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Menu","id":"products"},
{"name":"Experience","id":"testimonials"},