Update src/app/page.tsx

This commit is contained in:
2026-03-19 12:25:21 +00:00
parent fa1a9a11c6
commit 8ce6d88366

View File

@@ -175,7 +175,7 @@ export default function LandingPage() {
},
{
id: "testimonial-amit", name: "Amit Patel", role: "CEO", company: "Luxor Enterprises", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=1"
},
{
id: "testimonial-neha", name: "Neha Gupta", role: "Investment Manager", company: "Premier Wealth Management", rating: 5,
@@ -191,7 +191,7 @@ export default function LandingPage() {
},
{
id: "testimonial-vikram", name: "Vikram Singh", role: "Portfolio Manager", company: "Ascent Asset Group", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=2"
}
]}
/>