Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:02:09 +00:00
parent d51f620494
commit 4e4d369ff9

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
}, },
{ {
name: "Rajesh Kumar", handle: "Coffee Enthusiast", testimonial: "Outstanding brew quality and perfect place to work. Highly recommended!", rating: 5, name: "Rajesh Kumar", handle: "Coffee Enthusiast", testimonial: "Outstanding brew quality and perfect place to work. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
} }
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
@@ -184,7 +184,7 @@ export default function LandingPage() {
}, },
{ {
id: "2", name: "Sanjay Patel", role: "Entrepreneur", company: "Creative Agency", rating: 5, id: "2", name: "Sanjay Patel", role: "Entrepreneur", company: "Creative Agency", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sanjay Patel" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sanjay Patel"
}, },
{ {
id: "3", name: "Neha Gupta", role: "Designer", company: "Design Studio", rating: 5, id: "3", name: "Neha Gupta", role: "Designer", company: "Design Studio", rating: 5,
@@ -200,7 +200,7 @@ export default function LandingPage() {
}, },
{ {
id: "6", name: "Arjun Khanna", role: "Business Owner", company: "Retail Store", rating: 5, id: "6", name: "Arjun Khanna", role: "Business Owner", company: "Retail Store", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Arjun Khanna" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Arjun Khanna"
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"