1 Commits

Author SHA1 Message Date
786ba81478 Bob AI: fix build errors (attempt 1) 2026-02-24 04:31:40 +00:00

View File

@@ -57,9 +57,9 @@ export default function CoffeeShopLanding() {
imageAlt="Premium coffee beans in natural setting"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Sustainable Sourcing", icon: CheckCircle },
{ type: "text", text: "Custom Branding", icon: Sparkles },
{ type: "text", text: "Small Batch Roasting", icon: ArrowRight }
{ type: "text", text: "Sustainable Sourcing" },
{ type: "text", text: "Custom Branding" },
{ type: "text", text: "Small Batch Roasting" }
]}
marqueeSpeed={30}
showMarqueeCard={true}
@@ -137,41 +137,40 @@ export default function CoffeeShopLanding() {
/>
</div>
<div id="metrics-section" data-section="metrics-section">
<MetricsCardOne
metrics={[
<div id="testimonials-section" data-section="testimonials-section">
<TestimonialCardOne
testimonials={[
{
id: "metric-1",
label: "Custom Blends Created",
value: "500+",
description: "Unique coffee blends designed for businesses worldwide"
id: "testimonial-1", name: "Alexandra Chen", role: "Head of Branding", company: "BrewCraft Co.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-happy-businesswoman-white-blouse-smiling-cheerfully-as-sitting-cafe_197531-23018.jpg", imageAlt: "Alexandra Chen, Head of Branding at BrewCraft Co."
},
{
id: "metric-2",
label: "Satisfied Clients",
value: "150+",
description: "Coffee businesses trusting our design expertise"
id: "testimonial-2", name: "Marcus Rodriguez", role: "Founder", company: "Urban Grind Roasters", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/woman-taking-coffee-beverages-coffee-shop_1303-31315.jpg", imageAlt: "Marcus Rodriguez, Founder of Urban Grind Roasters"
},
{
id: "metric-3",
label: "Roast Profiles",
value: "25+",
description: "Signature roasts from light to dark"
id: "testimonial-3", name: "Sophie Laurent", role: "Marketing Director", company: "Café Élégant", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/coffee-business-concept-handsome-bearded-man-apron-making-coffee-while-standing-cafe_1258-104246.jpg", imageAlt: "Sophie Laurent, Marketing Director at Café Élégant"
},
{
id: "metric-4",
label: "Years of Experience",
value: "12+",
description: "Crafting exceptional coffee experiences"
id: "testimonial-4", name: "David Kim", role: "Operations Manager", company: "Bean & Brew", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiley-man-posing-apron-with-coffee-pot_23-2148366687.jpg", imageAlt: "David Kim, Operations Manager at Bean & Brew"
}
]}
carouselMode="buttons"
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
title="By The Numbers"
description="Our track record speaks for itself. We've helped countless coffee businesses elevate their brand through premium blends and innovative packaging design."
tag="Our Impact"
title="What Our Clients Say"
description="Hear from industry leaders who have transformed their coffee experience with our premium blends and custom packaging solutions."
tag="Trusted by Coffee Professionals"
tagIcon={Sparkles}
tagAnimation="slide-up"
gridVariant="four-columns-all-equal-width"
buttons={[
{ text: "View All Reviews", href: "#" }
]}
buttonAnimation="opacity"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>