Merge version_2 into main #1
141
src/app/page.tsx
141
src/app/page.tsx
@@ -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,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Crafting Moments, One Sip At A Time"
|
||||
description="We believe that coffee is more than just a drink; it is an experience that brings people together. Our unique value lies in sourcing ethically grown, small-batch beans and meticulously hand-crafting every pour to ensure you enjoy the purest, richest flavors in every cup."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,23 +73,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/free-photo/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 +92,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/free-photo/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 +114,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 +138,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 +154,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 +164,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 +178,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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user