From 935982bddf73ce1bb11c1a663c4b310937f8cc23 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:13:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 642329b..8a319c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,18 +50,19 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/conference-hall-empty-seats-row-projection-screen-before-seminar_637285-6721.jpg" imageAlt="Professional projector and sound system setup" mediaAnimation="slide-up" + background={{ variant: "plain" }} testimonials={[ { name: "Rajesh Kumar", handle: "Event Manager, TechCorp", testimonial: "Outstanding service! The projector quality and sound clarity exceeded our expectations. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar" }, { name: "Priya Sharma", handle: "HR Director, Global Solutions", testimonial: "Reliable, professional, and on-time delivery. Our conference was a huge success thanks to their equipment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma" }, { name: "Amit Patel", handle: "Wedding Planner", testimonial: "Perfect sound quality for our event. The team was helpful and responsive to all our requests.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Amit Patel" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel" } ]} testimonialRotationInterval={5000} @@ -193,19 +194,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "Event Manager, TechCorp", testimonial: "Outstanding service! The projector quality and sound clarity exceeded our expectations. The team was professional and responsive throughout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Rajesh Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar" }, { - id: "2", name: "Priya Sharma", handle: "HR Director, Global Solutions", testimonial: "Reliable, professional, and on-time delivery. Our annual conference was a huge success thanks to their premium equipment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Priya Sharma" + id: "2", name: "Priya Sharma", handle: "HR Director, Global Solutions", testimonial: "Reliable, professional, and on-time delivery. Our annual conference was a huge success thanks to their premium equipment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma" }, { - id: "3", name: "Amit Patel", handle: "Wedding Planner", testimonial: "Perfect sound quality for our wedding reception. The team was helpful, responsive to all requests, and maintained equipment perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Amit Patel" + id: "3", name: "Amit Patel", handle: "Wedding Planner", testimonial: "Perfect sound quality for our wedding reception. The team was helpful, responsive to all requests, and maintained equipment perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel" }, { - id: "4", name: "Neha Verma", handle: "Marketing Director, Tech Startups", testimonial: "Excellent service and competitive pricing. They helped us create an impressive product launch event that impressed all stakeholders.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Neha Verma" + id: "4", name: "Neha Verma", handle: "Marketing Director, Tech Startups", testimonial: "Excellent service and competitive pricing. They helped us create an impressive product launch event that impressed all stakeholders.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Verma" } ]} showRating={true} @@ -257,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1