Merge version_2 into main #2
@@ -38,25 +38,23 @@ export default function LandingPage() {
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Earthy Brew"
|
||||
brandName="Bean And Steal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Simplicity in Every Cup"
|
||||
description="Experience the quiet ritual of hand-roasted coffee, ethically sourced and crafted for the mindful morning."
|
||||
tag="Small Batch Artisans"
|
||||
title="Bean And Steal"
|
||||
description="Ascetic coffee for the deliberate mind. Precision roasted, ethically sourced, purely enjoyed."
|
||||
tag="The Daily Ritual"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg", imageAlt: "Minimalist Coffee Shop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-with-copy-space_23-2148464840.jpg", imageAlt: "Latte Art Preparation"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg", imageAlt: "Minimalist Space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-with-copy-space_23-2148464840.jpg", imageAlt: "Manual Brew" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Trusted by 500+ coffee lovers"
|
||||
ratingText="Loved by the local minimalist community"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
@@ -64,8 +62,8 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
tag="Our Philosophy"
|
||||
title="Roasted for the Slow Morning"
|
||||
tag="Our Ethos"
|
||||
title="Simple ingredients. Profound experience. No excess, just coffee."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,12 +74,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Ethiopian Yirgacheffe", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg" },
|
||||
{ id: "p2", name: "Cold Brew Essence", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149600693.jpg" },
|
||||
{ id: "p3", name: "Classic Butter Croissant", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-croissant-breakfast_23-2148230538.jpg" },
|
||||
{ id: "p1", name: "Origin Light", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg" },
|
||||
{ id: "p2", name: "Ascetic Brew", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149600693.jpg" },
|
||||
{ id: "p3", name: "Pure Toast", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-croissant-breakfast_23-2148230538.jpg" },
|
||||
]}
|
||||
title="Signature Roasts & Bites"
|
||||
description="Hand-picked offerings for those who appreciate the craft."
|
||||
title="The Essentials"
|
||||
description="A curation of the necessities."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,12 +89,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{ title: "Direct Trade", description: "We work directly with farmers to ensure fair living wages.", icon: Shield },
|
||||
{ title: "Slow Roasted", description: "Small-batch roasting brings out the natural nuance.", icon: Flame },
|
||||
{ title: "Eco-Conscious", description: "Compostable packaging is at the heart of our operations.", icon: Leaf },
|
||||
{ title: "Direct Origin", description: "Traceable transparency from farm to cup.", icon: Shield },
|
||||
{ title: "Minimal Processing", description: "Preserving the true essence of the bean.", icon: Flame },
|
||||
{ title: "Zero Waste", description: "Conscious packaging for a cleaner future.", icon: Leaf },
|
||||
]}
|
||||
title="Why Our Coffee Matters"
|
||||
description="Ethical sourcing meets precise roasting to bring you the cleanest cup possible."
|
||||
title="Pure Craft"
|
||||
description="We believe in removing everything that doesn't belong."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,12 +105,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "2.4K", description: "Cups served daily" },
|
||||
{ id: "m2", value: "15+", description: "Global partnerships" },
|
||||
{ id: "m3", value: "100%", description: "Sustainable sourcing" },
|
||||
{ id: "m1", value: "3", description: "Direct-trade origins" },
|
||||
{ id: "m2", value: "12", description: "Hours of slow-roast process" },
|
||||
{ id: "m3", value: "0", description: "Unnecessary additives" },
|
||||
]}
|
||||
title="Coffee by the Numbers"
|
||||
description="Our impact, cup by cup."
|
||||
title="The Raw Truth"
|
||||
description="By the numbers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,11 +119,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "The Perfect Roast", quote: "I've never tasted an Ethiopian roast this clean.", name: "Sarah J.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg" },
|
||||
{ id: "t2", title: "Daily Essential", quote: "My morning just isn't the same without this brew.", name: "Mark D.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg" },
|
||||
{ id: "t1", title: "Purity", quote: "The cleanest cup I've had in years. Unpretentious and honest.", name: "Elias M.", role: "Writer", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg" },
|
||||
{ id: "t2", title: "Daily Ritual", quote: "Minimalism as a lifestyle starts here.", name: "Clara R.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg" },
|
||||
]}
|
||||
title="A Morning Ritual"
|
||||
description="What our daily regulars have to say."
|
||||
title="Simple Feedback"
|
||||
description="What those who share our values say."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,12 +132,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you deliver beans?", content: "Yes, we ship nationwide every Tuesday." },
|
||||
{ id: "f2", title: "Are your beans organic?", content: "We source high-altitude beans grown naturally." },
|
||||
{ id: "f3", title: "Do you offer subscriptions?", content: "We have a flexible monthly delivery plan." },
|
||||
{ id: "f1", title: "Why ascetic?", content: "Focus allows for true quality discovery." },
|
||||
{ id: "f2", title: "Delivery?", content: "Yes, shipping pure beans directly to you." },
|
||||
{ id: "f3", title: "Sustainability?", content: "Beyond standards, into simplicity." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our craft."
|
||||
title="Reflective FAQ"
|
||||
description="Answers to your curiosities."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -148,20 +146,20 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Start Your Ritual"
|
||||
description="Come visit our shop or reach out for wholesale inquiries."
|
||||
tag="Find Us"
|
||||
title="Experience Bean And Steal"
|
||||
description="Open daily for your morning clarity."
|
||||
buttons={[
|
||||
{ text: "Get Directions", href: "#" },
|
||||
{ text: "Message Us", href: "#" },
|
||||
{ text: "View Location", href: "#" },
|
||||
{ text: "Inquire", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Earthy Brew"
|
||||
copyrightText="© 2025 Earthy Brew. All rights reserved."
|
||||
logoText="Bean And Steal"
|
||||
copyrightText="© 2025 Bean And Steal. Purely artisanal."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
|
||||
Reference in New Issue
Block a user