9 Commits

Author SHA1 Message Date
d75f387ba9 Update src/app/page.tsx 2026-01-12 16:27:06 +00:00
6c518b3206 Update src/app/page.tsx 2026-01-12 16:24:23 +00:00
6f9bbdcd9f Update src/app/page.tsx 2026-01-12 16:22:50 +00:00
fb57f16c5f Update src/app/page.tsx 2026-01-12 16:21:24 +00:00
5256ff922f Update src/app/page.tsx 2026-01-12 16:12:28 +00:00
ae8adfa9b3 Update src/app/page.tsx 2026-01-12 16:11:05 +00:00
bbdad399a3 Update src/app/page.tsx 2026-01-12 15:45:05 +00:00
e7b5e7ab44 Update src/app/page.tsx 2026-01-12 15:43:51 +00:00
d81d6c4e1f Update src/app/page.tsx 2026-01-12 15:27:52 +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" },
@@ -44,8 +44,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="Bean Haven" logoText="Bean Haven"
description="Artisan coffee roasted to perfection. Discover our 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/pouring-milk-cup-coffee_1153-548.jpg" 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"
/> />
@@ -59,7 +59,7 @@ export default function LandingPage() {
imagePosition="right" imagePosition="right"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
imageSrc="https://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354588.jpg" imageSrc="https://img.b2bpic.net/free-photo/shapely-woman-vintage-dress-touching-her-glasses-outdoor-shot-interested-relaxed-girl-brown-outfit_197531-11308.jpg?id=11935549"
imageAlt="Coffee farm and beans" imageAlt="Coffee farm and beans"
bulletPoints={[ bulletPoints={[
{ {
@@ -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"
} }