From 09e6d61df46aefaaca0a41eef63b19e47386e3fb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:22:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5aeb4f7..6c044cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,17 +158,17 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Rajesh Kumar", role: "Car Enthusiast", testimonial: "Ishka helped me find the perfect car within my budget. The quality and service exceeded my expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Rajesh Kumar"}, + id: "1", name: "Rajesh Kumar", role: "Car Enthusiast", testimonial: "Ishka helped me find the perfect car within my budget. The quality and service exceeded my expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Rajesh Kumar"}, { - id: "2", name: "Priya Sharma", role: "Fashion Blogger", testimonial: "The clothing collection is absolutely stunning. Fast delivery and excellent customer support. I'm a loyal customer now!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Priya Sharma"}, + id: "2", name: "Priya Sharma", role: "Fashion Blogger", testimonial: "The clothing collection is absolutely stunning. Fast delivery and excellent customer support. I'm a loyal customer now!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Priya Sharma"}, { - id: "3", name: "Anil Patel", role: "Tech Professional", testimonial: "Best phone selection and competitive prices. The entire buying experience was smooth and secure. Will definitely shop again.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Anil Patel"}, + id: "3", name: "Anil Patel", role: "Tech Professional", testimonial: "Best phone selection and competitive prices. The entire buying experience was smooth and secure. Will definitely shop again.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Anil Patel"}, { - id: "4", name: "Sneha Gupta", role: "Home Owner", testimonial: "The tool set quality is exceptional. Great value for money and the support team helped me choose the right products.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sneha Gupta"}, + id: "4", name: "Sneha Gupta", role: "Home Owner", testimonial: "The tool set quality is exceptional. Great value for money and the support team helped me choose the right products.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Sneha Gupta"}, { - id: "5", name: "Vikram Singh", role: "Adventure Seeker", testimonial: "Amazing bike selection! The delivery was on time and the bike was in perfect condition. Great experience overall.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Vikram Singh"}, + id: "5", name: "Vikram Singh", role: "Adventure Seeker", testimonial: "Amazing bike selection! The delivery was on time and the bike was in perfect condition. Great experience overall.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "Vikram Singh"}, { - id: "6", name: "Anjali Verma", role: "Wellness Enthusiast", testimonial: "The organic soap products are fantastic! Natural ingredients and wonderful scents. My go-to for self-care products.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Anjali Verma"}, + id: "6", name: "Anjali Verma", role: "Wellness Enthusiast", testimonial: "The organic soap products are fantastic! Natural ingredients and wonderful scents. My go-to for self-care products.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Anjali Verma"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1