Update src/app/page.tsx

This commit is contained in:
2026-03-06 16:01:00 +00:00
parent 12928859f0
commit e087b0e2b6

View File

@@ -51,13 +51,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Webild transformed our online presence completely. Outstanding work!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", imageAlt: "business professional headshot portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=1", imageAlt: "business professional headshot portrait"},
{
name: "Michael Chen", handle: "Founder, StartupXYZ", testimonial: "Professional, creative, and results-driven. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", imageAlt: "professional business woman headshot"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg?_wi=1", imageAlt: "professional business woman headshot"},
{
name: "Emma Davis", handle: "Marketing Director, GrowthCo", testimonial: "Exceeded all our expectations. Amazing team to work with.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5369.jpg", imageAlt: "business professional man headshot"},
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5369.jpg?_wi=1", imageAlt: "business professional man headshot"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -178,17 +178,17 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", imageAlt: "business professional headshot portrait"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=2", imageAlt: "business professional headshot portrait"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", imageAlt: "professional business woman headshot"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg?_wi=2", imageAlt: "professional business woman headshot"},
{
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5369.jpg", imageAlt: "business professional man headshot"},
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5369.jpg?_wi=2", imageAlt: "business professional man headshot"},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "professional corporate headshot"},
{
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", imageAlt: "business professional headshot portrait"},
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=3", imageAlt: "business professional headshot portrait"},
{
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", imageAlt: "professional business woman headshot"},
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg?_wi=3", imageAlt: "professional business woman headshot"},
]}
cardTitle="Trusted by Industry Leaders - Join 120+ Happy Clients"
cardTag="See what they say"