diff --git a/src/app/page.tsx b/src/app/page.tsx index 02ec607..132cf04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,25 +38,23 @@ export default function LandingPage() { { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - brandName="Earthy Brew" + brandName="Bean And Steal" />
@@ -64,8 +62,8 @@ export default function LandingPage() {
@@ -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." /> @@ -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." /> @@ -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." /> @@ -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." /> @@ -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" /> @@ -148,20 +146,20 @@ export default function LandingPage() {