diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d13a22..77317c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,10 +158,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "BMW Owner", company: "Business Executive", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1", imageAlt: "Rajesh Kumar testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Rajesh Kumar testimonial"}, { id: "2", name: "Priya Singh", role: "Audi A6 Owner", company: "Corporate Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=1", imageAlt: "Priya Singh testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg", imageAlt: "Priya Singh testimonial"}, { id: "3", name: "Amit Patel", role: "Mercedes Owner", company: "Entrepreneur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "Amit Patel testimonial"}, @@ -170,10 +170,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-busines-clothes-showing-thumb-up-looking-camera-gray_171337-11351.jpg", imageAlt: "Neha Gupta testimonial"}, { id: "5", name: "Vikram Sharma", role: "Car Enthusiast", company: "Daily Driver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2", imageAlt: "Vikram Sharma testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Vikram Sharma testimonial"}, { id: "6", name: "Anjali Verma", role: "Jaguar Owner", company: "Luxury Vehicle Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=2", imageAlt: "Anjali Verma testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg", imageAlt: "Anjali Verma testimonial"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -194,7 +194,7 @@ export default function LandingPage() { { text: "WhatsApp Us", href: "https://wa.me/918851401212" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />