9 Commits

Author SHA1 Message Date
4b48e2df10 Update src/app/page.tsx 2026-04-23 13:05:57 +00:00
b17070bf0b Merge version_3 into main
Merge version_3 into main
2026-04-23 13:04:31 +00:00
09a1fa13f8 Update src/app/page.tsx 2026-04-23 13:04:28 +00:00
c8f2c2a1a4 Merge version_3 into main
Merge version_3 into main
2026-04-23 13:04:02 +00:00
68dfbfd86e Update src/app/page.tsx 2026-04-23 13:03:59 +00:00
959b71a724 Merge version_2 into main
Merge version_2 into main
2026-04-23 13:01:25 +00:00
92c1516eaf Update src/app/page.tsx 2026-04-23 13:01:22 +00:00
de621bf050 Merge version_2 into main
Merge version_2 into main
2026-04-23 13:00:56 +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
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"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
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."
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg"
imageAlt="Cafe interior"
@@ -75,6 +63,12 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Crafting Moments, One Sip At A Time"
className="text-center py-16 px-4"
buttons={[
{
text: "Learn Our Story", href: "#about"
}
]}
/>
</div>
@@ -84,23 +78,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
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",
},
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"},
{
title: "Precision Roasting",
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: "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"},
{
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",
},
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"},
]}
title="The Artisan Experience"
description="We believe in the details, from the bean source to the perfect pour."
@@ -115,41 +97,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
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",
},
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"},
{
id: "p2",
name: "Iced Americano",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/vegan-dairy-free-drink_23-2151920777.jpg",
},
id: "p2", name: "Iced Americano", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/vegan-dairy-free-drink_23-2151920777.jpg"},
{
id: "p3",
name: "Classic Espresso",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-coffee-press_23-2149878087.jpg",
},
id: "p3", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-coffee-press_23-2149878087.jpg"},
{
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",
},
id: "p4", name: "Artisan Pour Over", price: "$6.50", imageSrc: "http://img.b2bpic.net/glass-coffee-pitcher-near-gray-kettle-table_181624-4632.jpg"},
{
id: "p5",
name: "Velvet Mocha",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee-with-cake_1339-2387.jpg",
},
id: "p5", name: "Velvet Mocha", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee-with-cake_1339-2387.jpg"},
{
id: "p6",
name: "Classic Macchiato",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/classic-latte-with-coffee-beans_140725-4585.jpg",
},
id: "p6", 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"
description="A curated selection of our finest coffee and artisanal teas."
@@ -161,30 +119,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
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",
},
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"},
{
id: "2",
name: "David R.",
imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986280.jpg",
},
id: "2", name: "David R.", imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986280.jpg"},
{
id: "3",
name: "Sarah K.",
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-book-smiling_23-2147860726.jpg",
},
id: "3", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-book-smiling_23-2147860726.jpg"},
{
id: "4",
name: "James L.",
imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458142.jpg",
},
id: "4", name: "James L.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458142.jpg"},
{
id: "5",
name: "Elena P.",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg",
},
id: "5", 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"
cardTag="Reviews"
@@ -200,20 +143,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15K+",
description: "Cups Brewed",
},
id: "m1", value: "15K+", description: "Cups Brewed"},
{
id: "m2",
value: "20",
description: "Local Suppliers",
},
id: "m2", value: "20", description: "Local Suppliers"},
{
id: "m3",
value: "5",
description: "Years Brewing",
},
id: "m3", value: "5", description: "Years Brewing"},
]}
title="Our Impact"
description="Every cup tells a story of quality and community."
@@ -225,14 +159,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Local Harvest",
"Bean Masters",
"Artisan Daily",
"Coffee Central",
"Morning Ritual",
"Boutique Brews",
"Premium Press",
]}
"Local Harvest", "Bean Masters", "Artisan Daily", "Coffee Central", "Morning Ritual", "Boutique Brews", "Premium Press"]}
title="Recognized Excellence"
description="Proudly featured in the city's finest culinary guides."
/>
@@ -242,8 +169,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Find Your Coffee Spot"
description="Join our newsletter for fresh bean arrivals and exclusive cafe events."
@@ -257,16 +183,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Ethereal Brew"
leftLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}