Bob AI: make the testimonials section more gaming-themed, ...

This commit is contained in:
2026-02-09 17:55:54 +02:00
parent c6f03f89e0
commit 9b1fed5649

View File

@@ -165,15 +165,15 @@ const TestimonialCardSixteen = ({
textBoxButtonClassName = "",
textBoxButtonTextClassName = "",
}: TestimonialCardSixteenProps) => {
const kpiSection = (
<div className="card rounded-theme-capped p-8 md:py-16 flex flex-col md:flex-row items-center justify-between">
const kpiSection = (
<div className="card bg-gray-800 rounded-theme-capped p-8 md:py-16 flex flex-col md:flex-row items-center justify-between text-white">
{kpiItems.map((item, index) => (
<div key={index} className="flex flex-col md:flex-row items-center w-full md:flex-1">
<div className="flex flex-col items-center text-center flex-1 py-4 md:py-0 gap-1">
<h3 className="text-5xl font-medium text-foreground">{item.value}</h3>
<p className="text-base text-foreground">{item.label}</p>
</div>
{index < 2 && (
<div className="flex flex-col items-center text-center flex-1 py-4 md:py-0 gap-1">
<h3 className="text-5xl font-medium text-green-400">{item.value}</h3>
<p className="text-base text-gray-400">{item.label}</p>
</div>
{index < 2 && (
<div className="w-full h-px md:h-[calc(var(--text-5xl)+var(--text-base))] md:w-px bg-foreground" />
)}
</div>
@@ -191,7 +191,7 @@ const TestimonialCardSixteen = ({
rating: 5,
imageSrc: "/images/alex-king.jpg",
imageAlt: "Alex King",
testimonialText: "Gaming is not just about winning; it's about the journey. This platform makes every game feel special.",
testimonialText: "Mastering a game is a journey of skill and strategy. This platform elevates every match to a new level.",
},
];