Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user