2 Commits

Author SHA1 Message Date
92c1516eaf Update src/app/page.tsx 2026-04-23 13:01:22 +00:00
6ef5a2d3d2 Update src/app/page.tsx 2026-04-23 13:00:53 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Ethereal Brew" brandName="Ethereal Brew"
/> />
@@ -58,13 +50,9 @@ export default function LandingPage() {
description="Where artisanal tradition meets refined modern comfort. Experience the perfect cup in our warm, curated space." description="Where artisanal tradition meets refined modern comfort. Experience the perfect cup in our warm, curated space."
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#products"},
href: "#products",
},
{ {
text: "Visit Us", text: "Visit Us", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg" imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg"
imageAlt="Cafe interior" imageAlt="Cafe interior"
@@ -84,23 +72,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Fresh Pastries", title: "Fresh Pastries", description: "Baked daily in house, using organic flour and local butter.", imageSrc: "http://img.b2bpic.net/free-photo/golden-kitchen-object-dessert-tasty_1220-862.jpg", imageAlt: "Pastries"},
description: "Baked daily in house, using organic flour and local butter.",
imageSrc: "http://img.b2bpic.net/free-photo/golden-kitchen-object-dessert-tasty_1220-862.jpg",
imageAlt: "Pastries",
},
{ {
title: "Precision Roasting", title: "Precision Roasting", description: "Small batches roasted locally for peak flavor and freshness.", imageSrc: "http://img.b2bpic.net/crop-hands-pressing-coffee_23-2147775914.jpg", imageAlt: "Coffee beans"},
description: "Small batches roasted locally for peak flavor and freshness.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg",
imageAlt: "Coffee beans",
},
{ {
title: "Cozy Atmosphere", title: "Cozy Atmosphere", description: "Designed for long chats, focused work, or peaceful escapes.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-6751.jpg", imageAlt: "Cozy space"},
description: "Designed for long chats, focused work, or peaceful escapes.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-6751.jpg",
imageAlt: "Cozy space",
},
]} ]}
title="The Artisan Experience" title="The Artisan Experience"
description="We believe in the details, from the bean source to the perfect pour." description="We believe in the details, from the bean source to the perfect pour."
@@ -115,41 +91,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Signature Cappuccino", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-sliced-dried-citrus-flower_141793-618.jpg"},
name: "Signature Cappuccino",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-sliced-dried-citrus-flower_141793-618.jpg",
},
{ {
id: "p2", id: "p2", name: "Iced Americano", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/vegan-dairy-free-drink_23-2151920777.jpg"},
name: "Iced Americano",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/vegan-dairy-free-drink_23-2151920777.jpg",
},
{ {
id: "p3", id: "p3", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-coffee-press_23-2149878087.jpg"},
name: "Classic Espresso",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-coffee-press_23-2149878087.jpg",
},
{ {
id: "p4", id: "p4", name: "Artisan Pour Over", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-pitcher-near-gray-kettle-table_181624-4632.jpg"},
name: "Artisan Pour Over",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-pitcher-near-gray-kettle-table_181624-4632.jpg",
},
{ {
id: "p5", id: "p5", name: "Velvet Mocha", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee-with-cake_1339-2387.jpg"},
name: "Velvet Mocha",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee-with-cake_1339-2387.jpg",
},
{ {
id: "p6", id: "p6", name: "Classic Macchiato", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/classic-latte-with-coffee-beans_140725-4585.jpg"},
name: "Classic Macchiato",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/classic-latte-with-coffee-beans_140725-4585.jpg",
},
]} ]}
title="Our Signature Brews" title="Our Signature Brews"
description="A curated selection of our finest coffee and artisanal teas." description="A curated selection of our finest coffee and artisanal teas."
@@ -161,30 +113,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway_1258-199328.jpg"},
name: "Alice M.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway_1258-199328.jpg",
},
{ {
id: "2", id: "2", name: "David R.", imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986280.jpg"},
name: "David R.",
imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986280.jpg",
},
{ {
id: "3", id: "3", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-book-smiling_23-2147860726.jpg"},
name: "Sarah K.",
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-book-smiling_23-2147860726.jpg",
},
{ {
id: "4", id: "4", name: "James L.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458142.jpg"},
name: "James L.",
imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458142.jpg",
},
{ {
id: "5", id: "5", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg"},
name: "Elena P.",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg",
},
]} ]}
cardTitle="Loved By Our Locals" cardTitle="Loved By Our Locals"
cardTag="Reviews" cardTag="Reviews"
@@ -200,20 +137,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "15K+", description: "Cups Brewed"},
value: "15K+",
description: "Cups Brewed",
},
{ {
id: "m2", id: "m2", value: "20", description: "Local Suppliers"},
value: "20",
description: "Local Suppliers",
},
{ {
id: "m3", id: "m3", value: "5", description: "Years Brewing"},
value: "5",
description: "Years Brewing",
},
]} ]}
title="Our Impact" title="Our Impact"
description="Every cup tells a story of quality and community." description="Every cup tells a story of quality and community."
@@ -225,14 +153,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Local Harvest", "Local Harvest", "Bean Masters", "Artisan Daily", "Coffee Central", "Morning Ritual", "Boutique Brews", "Premium Press"]}
"Bean Masters",
"Artisan Daily",
"Coffee Central",
"Morning Ritual",
"Boutique Brews",
"Premium Press",
]}
title="Recognized Excellence" title="Recognized Excellence"
description="Proudly featured in the city's finest culinary guides." description="Proudly featured in the city's finest culinary guides."
/> />
@@ -242,8 +163,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="Find Your Coffee Spot" title="Find Your Coffee Spot"
description="Join our newsletter for fresh bean arrivals and exclusive cafe events." description="Join our newsletter for fresh bean arrivals and exclusive cafe events."
@@ -257,16 +177,12 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Ethereal Brew" logoText="Ethereal Brew"
leftLink={{ leftLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }