Update src/app/page.tsx

This commit is contained in:
2026-03-05 06:46:28 +00:00
parent 15e997a5d6
commit 2c7e783a7a

View File

@@ -131,7 +131,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Sarah Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Michael Chen"},
@@ -146,7 +146,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Jessica White"},
{
id: "6", name: "Robert Martinez", role: "Executive", company: "Enterprise Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Robert Martinez"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "Robert Martinez"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"