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

This commit is contained in:
2026-02-09 18:16:38 +02:00
parent 405999d14f
commit 7c2426593a

View File

@@ -181,19 +181,19 @@ const kpiSection = (
</div> </div>
); );
const updatedTestimonials = [ const updatedTestimonials = [
...testimonials, ...testimonials,
{ {
id: "6", id: "6",
name: "Alex King", name: "Alex King",
role: "Pro Player", role: "Pro Player",
company: "Champions League", company: "Champions League",
rating: 5, rating: 5,
imageSrc: "/images/alex-king.jpg", imageSrc: "/images/alex-king.jpg",
imageAlt: "Alex King", imageAlt: "Alex King",
testimonialText: "Mastering a game is a journey of skill and strategy. This platform elevates every match to a new level.", testimonialText: "Your testimonial text here",
}, },
]; ];
return ( return (
<CardStack <CardStack