1 Commits

Author SHA1 Message Date
c6b3a70f89 Bob AI: it did not changed 2026-02-24 11:57:26 +00:00

View File

@@ -7,7 +7,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase';
@@ -174,47 +174,56 @@ export default function LandingPage() {
</div>
<div id="testimonial-section" data-section="testimonial-section">
<TestimonialCardTwo
<TestimonialCardOne
testimonials={[
{
id: "testimonial-1",
name: "Maria Rodriguez",
role: "Barista",
company: "Brew & Bloom Café",
name: "Sarah Thompson",
role: "Food Blogger",
company: "Daily Delights",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg",
imageAlt: "Maria Rodriguez, barista at Brew & Bloom Café"
imageAlt: "Sarah Thompson, food blogger at Daily Delights"
},
{
id: "testimonial-2",
name: "James Chen",
role: "Artisan Baker",
company: "Golden Crust Bakery",
name: "Michael O'Brien",
role: "Restaurant Owner",
company: "The Daily Grind",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg",
imageAlt: "James Chen, artisan baker at Golden Crust Bakery"
imageAlt: "Michael O'Brien, restaurant owner at The Daily Grind"
},
{
id: "testimonial-3",
name: "Sophie Martinez",
role: "Coffee Enthusiast",
company: "Local Roasters",
name: "Emma Wilson",
role: "Wellness Coach",
company: "Healthy Living Hub",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918947.jpg",
imageAlt: "Sophie Martinez, coffee enthusiast"
imageAlt: "Emma Wilson, wellness coach at Healthy Living Hub"
},
{
id: "testimonial-4",
name: "David Park",
role: "Chef",
company: "Modern Kitchen Studio",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930734.jpg",
imageAlt: "David Park, chef at Modern Kitchen Studio"
}
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
title="What Our Community Says"
description="Hear from fellow coffee lovers and bread enthusiasts who have experienced the magic of our premium artisanal goods."
tag="Customer Favorites"
tagIcon={Sparkles}
tagAnimation="slide-up"
gridVariant="four-columns-all-equal-width"
animationType="fade-in"
title="Loved by Our Customers"
description="Discover why coffee lovers and bread enthusiasts trust Bread & Bean Co. for quality, freshness, and exceptional taste."
tag="Trusted Reviews"
tagIcon={Star}
tagAnimation="fade-in"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
carouselMode="auto"
uniformGridCustomHeightClasses="min-h-90 2xl:min-h-100"
/>
</div>