Bob AI: add a testimonial from 'Alex King' who is a 'Pro P...

This commit is contained in:
2026-02-09 16:26:13 +02:00
parent 55122b476a
commit c331fbb612

View File

@@ -26,7 +26,7 @@ type KpiItem = {
interface TestimonialCardSixteenProps { interface TestimonialCardSixteenProps {
testimonials: Testimonial[]; testimonials: Testimonial[];
// New testimonial from Alex King // New testimonial from Alex King
testimonials: [ testimonials: [
...testimonials, ...testimonials,
{ {
id: "6", id: "6",
@@ -36,8 +36,9 @@ interface TestimonialCardSixteenProps {
rating: 5, rating: 5,
imageSrc: "/images/alex-king.jpg", imageSrc: "/images/alex-king.jpg",
imageAlt: "Alex King", imageAlt: "Alex King",
testimonialText: "YOUR TESTIMONIAL TEXT HERE",
}, },
]; ];
kpiItems: [KpiItem, KpiItem, KpiItem]; kpiItems: [KpiItem, KpiItem, KpiItem];
carouselMode?: "auto" | "buttons"; carouselMode?: "auto" | "buttons";
uniformGridCustomHeightClasses?: string; uniformGridCustomHeightClasses?: string;