diff --git a/src/app/page.tsx b/src/app/page.tsx index b32de57..825ebe9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,14 +46,14 @@ export default function LandingPage() { title="New York's Most Reliable Taxi Service" description="Getting you across NYC safely, comfortably, and on time, 24/7. Trusted by thousands of New Yorkers." testimonials={[ - { name: "James L.", handle: "@james", testimonial: "Best taxi service in Manhattan, always on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg" }, - { name: "Sarah M.", handle: "@sarah", testimonial: "Very clean cars and professional drivers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg" }, - { name: "Robert B.", handle: "@rob", testimonial: "The only way I get to the airport now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg" }, - { name: "Linda K.", handle: "@linda", testimonial: "Excellent service during rainy nights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg" }, - { name: "Mark D.", handle: "@mark", testimonial: "Reliable and professional, every single ride.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg" }, + { name: "James L.", handle: "@james", testimonial: "Best taxi service in Manhattan, always on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=1" }, + { name: "Sarah M.", handle: "@sarah", testimonial: "Very clean cars and professional drivers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg?_wi=1" }, + { name: "Robert B.", handle: "@rob", testimonial: "The only way I get to the airport now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg?_wi=1" }, + { name: "Linda K.", handle: "@linda", testimonial: "Excellent service during rainy nights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg?_wi=1" }, + { name: "Mark D.", handle: "@mark", testimonial: "Reliable and professional, every single ride.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=2" }, ]} buttons={[{ text: "Book Now", href: "#contact" }, { text: "Learn More", href: "#about" }]} - imageSrc="http://img.b2bpic.net/free-photo/yellow-taxi-streets-new-york-city-night_23-2150820166.jpg" + imageSrc="http://img.b2bpic.net/free-photo/yellow-taxi-streets-new-york-city-night_23-2150820166.jpg?_wi=1" imageAlt="NYC Yellow Taxi" avatars={[ { src: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg", alt: "User 1" }, @@ -104,11 +104,11 @@ export default function LandingPage() {