From f372b5ab6714da33aa4f9e944de1577bbf565ffb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:34:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4c1dec..42b01ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Enroll Now", href: "#courses" }, { text: "Contact Us", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001291.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001291.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { src: "http://img.b2bpic.net/free-photo/city-sparkles-light-streets-night_23-2149057571.jpg", alt: "City sparkles" }, @@ -89,8 +89,8 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} products={[ - { id: "p1", name: "Headlights", price: "City Lights", imageSrc: "http://img.b2bpic.net/free-photo/black-yellow-metal-frame_250224-196.jpg" }, - { id: "p2", name: "Steering Wheel", price: "Dashboard", imageSrc: "http://img.b2bpic.net/free-photo/man-climbed-roof-car-while-shouting-through-megaphone-raising-fist_1194-1186.jpg" }, + { id: "p1", name: "Headlights", price: "City Lights", imageSrc: "http://img.b2bpic.net/free-photo/black-yellow-metal-frame_250224-196.jpg?_wi=1" }, + { id: "p2", name: "Steering Wheel", price: "Dashboard", imageSrc: "http://img.b2bpic.net/free-photo/man-climbed-roof-car-while-shouting-through-megaphone-raising-fist_1194-1186.jpg?_wi=1" }, { id: "p3", name: "Brake System", price: "Safety", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg" } ]} title="Know Your Vehicle" @@ -120,10 +120,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { id: "t1", name: "Irshad Ali", role: "Student", testimonial: "Best school ever!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117136.jpg" }, - { id: "t2", name: "Dimple H", role: "Student", testimonial: "Professional trainer!", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001291.jpg" }, - { id: "t3", name: "Yash G", role: "Student", testimonial: "Great learning!", imageSrc: "http://img.b2bpic.net/free-photo/black-yellow-metal-frame_250224-196.jpg" }, - { id: "t4", name: "Rahul S", role: "Student", testimonial: "Supportive teachers!", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065438.jpg" }, - { id: "t5", name: "Sneha", role: "Student", testimonial: "Easy learning!", imageSrc: "http://img.b2bpic.net/free-photo/man-climbed-roof-car-while-shouting-through-megaphone-raising-fist_1194-1186.jpg" } + { id: "t2", name: "Dimple H", role: "Student", testimonial: "Professional trainer!", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001291.jpg?_wi=2" }, + { id: "t3", name: "Yash G", role: "Student", testimonial: "Great learning!", imageSrc: "http://img.b2bpic.net/free-photo/black-yellow-metal-frame_250224-196.jpg?_wi=2" }, + { id: "t4", name: "Rahul S", role: "Student", testimonial: "Supportive teachers!", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065438.jpg?_wi=1" }, + { id: "t5", name: "Sneha", role: "Student", testimonial: "Easy learning!", imageSrc: "http://img.b2bpic.net/free-photo/man-climbed-roof-car-while-shouting-through-megaphone-raising-fist_1194-1186.jpg?_wi=2" } ]} title="Student Feedback" description="What they say about us." @@ -152,7 +152,7 @@ export default function LandingPage() { title="Start Today" description="Visit us in Faridabad!" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065438.jpg" + imageSrc="http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065438.jpg?_wi=2" /> -- 2.49.1