1 Commits

Author SHA1 Message Date
d75f387ba9 Update src/app/page.tsx 2026-01-12 16:27:06 +00:00

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Bean Haven" brandName="Bean Haven"
navItems={[ navItems={[[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Menu", id: "products" }, { name: "Menu", id: "products" },
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboard <HeroLogoBillboard
logoText="Bean Haven" logoText="Bean Haven"
description="Artisan coffee roasted to perfection. Discover sdsadas single-origin blends and signature espresso drinks crafted with passion and precision." description="Artisan coffee roasted to perfection. Discover sdsadas single-origin blends and signature espresso drinks crafted with passion and precision."
imageSrc="https://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-hipster-jeans-jacket_158538-17794.jpg?id=16768175" imageSrc="https://img.b2bpic.net/free-photo/woman-thoughtfully-looking-her-clothing-patterns_197531-24014.jpg?id=15970630"
imageAlt="Premium specialty coffee" imageAlt="Premium specialty coffee"
frameStyle="card" frameStyle="card"
/> />
@@ -105,7 +105,7 @@ export default function LandingPage() {
tag="Process" tag="Process"
textboxLayout="split-actions" textboxLayout="split-actions"
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
buttons={[ buttons={
{ {
text: "Shop Now", href: "#products" text: "Shop Now", href: "#products"
} }