Update src/app/page.tsx

This commit is contained in:
2026-03-13 01:35:25 +00:00
parent ab93b70ff7
commit eb9bdbea3c

View File

@@ -140,27 +140,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Alex Turner", role: "Executive", company: "Tech Startup", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=300&h=300&fit=crop", imageAlt: "Alex Turner testimonial"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=300&h=300&fit=crop&_wi=1", imageAlt: "Alex Turner testimonial"
},
{
id: "2", name: "Michael Johnson", role: "Attorney", company: "Law Firm", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=300&h=300&fit=crop", imageAlt: "Michael Johnson testimonial"
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=300&h=300&fit=crop&_wi=1", imageAlt: "Michael Johnson testimonial"
},
{
id: "3", name: "Chris Anderson", role: "Designer", company: "Creative Agency", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1519085360771-9852046c9c30?w=300&h=300&fit=crop", imageAlt: "Chris Anderson testimonial"
imageSrc: "https://images.unsplash.com/photo-1519085360771-9852046c9c30?w=300&h=300&fit=crop&_wi=1", imageAlt: "Chris Anderson testimonial"
},
{
id: "4", name: "Justin Lee", role: "Entrepreneur", company: "E-commerce", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=300&h=300&fit=crop", imageAlt: "Justin Lee testimonial"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=300&h=300&fit=crop&_wi=2", imageAlt: "Justin Lee testimonial"
},
{
id: "5", name: "Brandon Scott", role: "Coach", company: "Fitness Center", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=300&h=300&fit=crop", imageAlt: "Brandon Scott testimonial"
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=300&h=300&fit=crop&_wi=2", imageAlt: "Brandon Scott testimonial"
},
{
id: "6", name: "Kevin Martinez", role: "Consultant", company: "Business Solutions", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1519085360771-9852046c9c30?w=300&h=300&fit=crop", imageAlt: "Kevin Martinez testimonial"
imageSrc: "https://images.unsplash.com/photo-1519085360771-9852046c9c30?w=300&h=300&fit=crop&_wi=2", imageAlt: "Kevin Martinez testimonial"
}
]}
kpiItems={[