Bob AI: add a testimonial from 'Alex King' who is a 'Pro P...
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user