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