Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d54212d71 |
@@ -137,40 +137,41 @@ export default function CoffeeShopLanding() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials-section" data-section="testimonials-section">
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
<div id="metrics-section" data-section="metrics-section">
|
||||
<MetricsCardOne
|
||||
metrics={[
|
||||
{
|
||||
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-1",
|
||||
label: "Custom Blends Created",
|
||||
value: "500+",
|
||||
description: "Unique coffee blends designed for businesses worldwide"
|
||||
},
|
||||
{
|
||||
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-2",
|
||||
label: "Satisfied Clients",
|
||||
value: "150+",
|
||||
description: "Coffee businesses trusting our design expertise"
|
||||
},
|
||||
{
|
||||
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-3",
|
||||
label: "Roast Profiles",
|
||||
value: "25+",
|
||||
description: "Signature roasts from light to dark"
|
||||
},
|
||||
{
|
||||
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"
|
||||
id: "metric-4",
|
||||
label: "Years of Experience",
|
||||
value: "12+",
|
||||
description: "Crafting exceptional coffee experiences"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
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"
|
||||
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"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View All Reviews", href: "#" }
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user