From c12c33ca3be4de2f9f623b8c011b0b6684658143 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:07:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b86c874..db022e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { title="Expert Care for Your Vehicle" description="At Naman Auto Care, we combine advanced diagnostic technology with honest, professional service to keep you safe on the road." testimonials={[ - { name: "Arjun Singh", handle: "@arjun", testimonial: "Best service in town! My engine runs smoother than ever.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg" }, - { name: "Priya Sharma", handle: "@priya", testimonial: "Very professional and transparent about all costs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg" }, - { name: "Vikram Mehta", handle: "@vikram", testimonial: "Quick turnaround and excellent quality of work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-friend-choosing-vehicle_651396-1203.jpg" }, - { name: "Ananya Reddy", handle: "@ananya", testimonial: "Highly recommended for all car maintenance needs!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/driver-dressed-elegant-costume_23-2149184245.jpg" }, - { name: "Rohan Das", handle: "@rohan", testimonial: "Dependable and reliable service every time I visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg" } + { name: "Arjun Singh", handle: "@arjun", testimonial: "Best service in town! My engine runs smoother than ever.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg?_wi=1" }, + { name: "Priya Sharma", handle: "@priya", testimonial: "Very professional and transparent about all costs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg?_wi=1" }, + { name: "Vikram Mehta", handle: "@vikram", testimonial: "Quick turnaround and excellent quality of work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-friend-choosing-vehicle_651396-1203.jpg?_wi=1" }, + { name: "Ananya Reddy", handle: "@ananya", testimonial: "Highly recommended for all car maintenance needs!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/driver-dressed-elegant-costume_23-2149184245.jpg?_wi=1" }, + { name: "Rohan Das", handle: "@rohan", testimonial: "Dependable and reliable service every time I visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg?_wi=2" } ]} imageSrc="http://img.b2bpic.net/free-photo/bearded-expert-mechanic-dressed-uniform-standing-with-crowbar-hand-against-car-lift-garage_613910-18004.jpg" /> @@ -88,11 +88,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Arjun Singh", handle: "@arjun", testimonial: "Exceptional service, clearly explained.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg" }, - { id: "2", name: "Priya Sharma", handle: "@priya", testimonial: "Very honest and fair prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg" }, - { id: "3", name: "Vikram Mehta", handle: "@vikram", testimonial: "Fixed my car in record time!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-friend-choosing-vehicle_651396-1203.jpg" }, - { id: "4", name: "Ananya Reddy", handle: "@ananya", testimonial: "Wonderful experience every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/driver-dressed-elegant-costume_23-2149184245.jpg" }, - { id: "5", name: "Sneha K.", handle: "@sneha", testimonial: "Polite staff and high-quality repairs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg" } + { id: "1", name: "Arjun Singh", handle: "@arjun", testimonial: "Exceptional service, clearly explained.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg?_wi=3" }, + { id: "2", name: "Priya Sharma", handle: "@priya", testimonial: "Very honest and fair prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg?_wi=2" }, + { id: "3", name: "Vikram Mehta", handle: "@vikram", testimonial: "Fixed my car in record time!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-friend-choosing-vehicle_651396-1203.jpg?_wi=2" }, + { id: "4", name: "Ananya Reddy", handle: "@ananya", testimonial: "Wonderful experience every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/driver-dressed-elegant-costume_23-2149184245.jpg?_wi=2" }, + { id: "5", name: "Sneha K.", handle: "@sneha", testimonial: "Polite staff and high-quality repairs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg?_wi=3" } ]} showRating={true} animationType="slide-up" -- 2.49.1