Update src/pages/HomePage.tsx
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// @ts-nocheck
|
||||
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
@@ -18,25 +17,18 @@ export default function HomePage() {
|
||||
title="Crafting Perfection, One Cup at a Time."
|
||||
description="Welcome to Brew & Bean, your home for artisanal roasts, locally sourced pastries, and the perfect atmosphere to unwind. Experience the true taste of coffee craft."
|
||||
primaryButton={{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "View Menu", href: "#menu"}}
|
||||
secondaryButton={{
|
||||
text: "About Us",
|
||||
href: "#about",
|
||||
}}
|
||||
text: "About Us", href: "#about"}}
|
||||
items={[
|
||||
{
|
||||
text: "Single Origin",
|
||||
icon: Coffee,
|
||||
text: "Single Origin", icon: Coffee,
|
||||
},
|
||||
{
|
||||
text: "Small Batch",
|
||||
icon: Coffee,
|
||||
text: "Small Batch", icon: Coffee,
|
||||
},
|
||||
{
|
||||
text: "Locally Sourced",
|
||||
icon: Leaf,
|
||||
text: "Locally Sourced", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg"
|
||||
@@ -52,20 +44,11 @@ export default function HomePage() {
|
||||
description="We started as a small roastery with a mission: to make world-class coffee accessible to everyone. We believe in transparency, sustainability, and supporting our local community with every pour."
|
||||
items={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Ethical Sourcing",
|
||||
description: "We work directly with growers to ensure fair pay and high quality.",
|
||||
},
|
||||
icon: "Shield", title: "Ethical Sourcing", description: "We work directly with growers to ensure fair pay and high quality."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Expert Roasting",
|
||||
description: "Our master roasters bring out the unique flavor profile of each bean.",
|
||||
},
|
||||
icon: "Zap", title: "Expert Roasting", description: "Our master roasters bring out the unique flavor profile of each bean."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Community Focus",
|
||||
description: "We're proud to support the local neighborhood events and artists.",
|
||||
},
|
||||
icon: "Star", title: "Community Focus", description: "We're proud to support the local neighborhood events and artists."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
|
||||
/>
|
||||
@@ -80,40 +63,19 @@ export default function HomePage() {
|
||||
description="From single-origin pours to daily pastries, our menu is carefully crafted to satisfy every palate."
|
||||
items={[
|
||||
{
|
||||
title: "Espresso",
|
||||
description: "Rich, intense, and velvety smooth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knife-rope-near-candied-fruits-bread_23-2147851916.jpg",
|
||||
},
|
||||
title: "Espresso", description: "Rich, intense, and velvety smooth.", imageSrc: "http://img.b2bpic.net/free-photo/knife-rope-near-candied-fruits-bread_23-2147851916.jpg"},
|
||||
{
|
||||
title: "Cappuccino",
|
||||
description: "Perfect balance of espresso and foam.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-bread-table_23-2149234817.jpg",
|
||||
},
|
||||
title: "Cappuccino", description: "Perfect balance of espresso and foam.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-bread-table_23-2149234817.jpg"},
|
||||
{
|
||||
title: "Latte",
|
||||
description: "Silky steamed milk meets espresso.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-espresso-with-chocolate-cake-white-surface-chocolate-cake-biscuit-cookies-sweet_140725-72057.jpg",
|
||||
},
|
||||
title: "Latte", description: "Silky steamed milk meets espresso.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-espresso-with-chocolate-cake-white-surface-chocolate-cake-biscuit-cookies-sweet_140725-72057.jpg"},
|
||||
{
|
||||
title: "Pour Over",
|
||||
description: "Experience delicate, nuanced flavor profiles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-mix-with-brown-sugar-cubes_23-2148695510.jpg",
|
||||
},
|
||||
title: "Pour Over", description: "Experience delicate, nuanced flavor profiles.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-mix-with-brown-sugar-cubes_23-2148695510.jpg"},
|
||||
{
|
||||
title: "Croissants",
|
||||
description: "Buttery, flaky, fresh from our oven.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/utensils-rope-near-bread_23-2147851914.jpg",
|
||||
},
|
||||
title: "Croissants", description: "Buttery, flaky, fresh from our oven.", imageSrc: "http://img.b2bpic.net/free-photo/utensils-rope-near-bread_23-2147851914.jpg"},
|
||||
{
|
||||
title: "Cold Brew",
|
||||
description: "Smooth, refreshing, slow-steeped perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crusty-loaves-bread-flat-lay_23-2148719012.jpg",
|
||||
},
|
||||
title: "Cold Brew", description: "Smooth, refreshing, slow-steeped perfection.", imageSrc: "http://img.b2bpic.net/free-photo/crusty-loaves-bread-flat-lay_23-2148719012.jpg"},
|
||||
{
|
||||
title: "Seasonal Tea",
|
||||
description: "Hand-picked organic blends for any mood.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-pen-with-cup-coffee-coffee-beans-blue-textured-table_23-2148028137.jpg",
|
||||
},
|
||||
title: "Seasonal Tea", description: "Hand-picked organic blends for any mood.", imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-pen-with-cup-coffee-coffee-beans-blue-textured-table_23-2148028137.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -127,45 +89,20 @@ export default function HomePage() {
|
||||
description="Don't just take our word for it—hear what our coffee lovers have to say."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Coffee Enthusiast",
|
||||
company: "Local Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-beautiful-brunette-female-wearing-elegant-black-dress-wrist-watch-touching-neck-while-enjoying-nice-time-alone-coffee-break-sitting-cafe-table-with-mug-dessert-it_273609-81.jpg",
|
||||
},
|
||||
name: "Alice M.", role: "Coffee Enthusiast", company: "Local Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-beautiful-brunette-female-wearing-elegant-black-dress-wrist-watch-touching-neck-while-enjoying-nice-time-alone-coffee-break-sitting-cafe-table-with-mug-dessert-it_273609-81.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob T.",
|
||||
role: "Creative Lead",
|
||||
company: "DesignCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
|
||||
},
|
||||
name: "Bob T.", role: "Creative Lead", company: "DesignCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Charlie D.",
|
||||
role: "Teacher",
|
||||
company: "Local High School",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
|
||||
},
|
||||
name: "Charlie D.", role: "Teacher", company: "Local High School", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diana S.",
|
||||
role: "Software Dev",
|
||||
company: "TechStartup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-millennial-woman-holds-cup-coffee-has-good-mood-enjoys-lunch-break-expresses-positive-emotions-visits-best-cafe-takeaway-wears-casual-clothes_273609-46693.jpg",
|
||||
},
|
||||
name: "Diana S.", role: "Software Dev", company: "TechStartup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-millennial-woman-holds-cup-coffee-has-good-mood-enjoys-lunch-break-expresses-positive-emotions-visits-best-cafe-takeaway-wears-casual-clothes_273609-46693.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Evan F.",
|
||||
role: "Architect",
|
||||
company: "DesignStudio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-woman-cafe-talking-phone_1262-14968.jpg",
|
||||
},
|
||||
name: "Evan F.", role: "Architect", company: "DesignStudio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-woman-cafe-talking-phone_1262-14968.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -179,17 +116,11 @@ export default function HomePage() {
|
||||
description="Here are some commonly asked questions about our beans, process, and shop."
|
||||
items={[
|
||||
{
|
||||
question: "Do you offer wholesale?",
|
||||
answer: "Yes, we work with several local cafes. Email us for details.",
|
||||
},
|
||||
question: "Do you offer wholesale?", answer: "Yes, we work with several local cafes. Email us for details."},
|
||||
{
|
||||
question: "Are your beans organic?",
|
||||
answer: "We prioritize organic, fair-trade practices in all our sourcing.",
|
||||
},
|
||||
question: "Are your beans organic?", answer: "We prioritize organic, fair-trade practices in all our sourcing."},
|
||||
{
|
||||
question: "Can I reserve space?",
|
||||
answer: "For large groups, please contact us at least 48 hours in advance.",
|
||||
},
|
||||
question: "Can I reserve space?", answer: "For large groups, please contact us at least 48 hours in advance."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -201,13 +132,9 @@ export default function HomePage() {
|
||||
tag="Visit Us"
|
||||
text="Join us for a cup and experience the difference of artisanal quality today."
|
||||
primaryButton={{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
text: "Get Directions", href: "https://maps.google.com"}}
|
||||
secondaryButton={{
|
||||
text: "Email Us",
|
||||
href: "mailto:hello@brewbean.com",
|
||||
}}
|
||||
text: "Email Us", href: "mailto:hello@brewbean.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user