Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d54212d71 |
@@ -137,40 +137,41 @@ export default function CoffeeShopLanding() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials-section" data-section="testimonials-section">
|
<div id="metrics-section" data-section="metrics-section">
|
||||||
<TestimonialCardOne
|
<MetricsCardOne
|
||||||
testimonials={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "testimonial-1", name: "Alexandra Chen", role: "Head of Branding", company: "BrewCraft Co.", rating: 5,
|
id: "metric-1",
|
||||||
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."
|
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,
|
id: "metric-2",
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-taking-coffee-beverages-coffee-shop_1303-31315.jpg", imageAlt: "Marcus Rodriguez, Founder of Urban Grind Roasters"
|
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,
|
id: "metric-3",
|
||||||
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"
|
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,
|
id: "metric-4",
|
||||||
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"
|
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"
|
animationType="slide-up"
|
||||||
title="What Our Clients Say"
|
title="By The Numbers"
|
||||||
description="Hear from industry leaders who have transformed their coffee experience with our premium blends and custom packaging solutions."
|
description="Our track record speaks for itself. We've helped countless coffee businesses elevate their brand through premium blends and innovative packaging design."
|
||||||
tag="Trusted by Coffee Professionals"
|
tag="Our Impact"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
gridVariant="four-columns-all-equal-width"
|
||||||
{ text: "View All Reviews", href: "#" }
|
|
||||||
]}
|
|
||||||
buttonAnimation="opacity"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user