From a457bb7f7d25fa9d9dfc65c33e03f4ed1ae66a4f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 22:27:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c12be40..05d0ffa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-car-medium-shot_23-2148266189.jpg", imageAlt: "Showroom view"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-car-medium-shot_23-2148266189.jpg?_wi=1", imageAlt: "Showroom view"}, { imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-silver-vintage-car-street_181624-60007.jpg", imageAlt: "Car display"}, { @@ -104,7 +104,7 @@ export default function LandingPage() { { id: "p2", name: "Classic Sport", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/vintage-car-headlight-vintage-auto-detail-selective-focus-idea-interior-article_166373-3398.jpg"}, { - id: "p3", name: "Open-Top Roadster", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/transportation-detail-front-shiny-classic_1203-6155.jpg"}, + id: "p3", name: "Open-Top Roadster", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/transportation-detail-front-shiny-classic_1203-6155.jpg?_wi=1"}, { id: "p4", name: "Reliable Commuter", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-abstract-spheres-background_23-2151005307.jpg"}, { @@ -126,10 +126,10 @@ export default function LandingPage() { description="Stay updated with our newest arrivals and shop happenings directly from our Facebook page." blogs={[ { - id: "f1", category: "Facebook", title: "New Inventory Arrival!", excerpt: "Just in: A stunning 1965 Mustang in pristine condition. Stop by the shop to see it in person.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-car-medium-shot_23-2148266189.jpg", authorName: "Kevin's Klassics", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg", date: "2 days ago" + id: "f1", category: "Facebook", title: "New Inventory Arrival!", excerpt: "Just in: A stunning 1965 Mustang in pristine condition. Stop by the shop to see it in person.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-car-medium-shot_23-2148266189.jpg?_wi=2", authorName: "Kevin's Klassics", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg", date: "2 days ago" }, { - id: "f2", category: "Facebook", title: "Weekend Spotlight", excerpt: "The Open-Top Roadster is getting lots of attention! Come take it for a test drive this weekend.", imageSrc: "http://img.b2bpic.net/free-photo/transportation-detail-front-shiny-classic_1203-6155.jpg", authorName: "Kevin's Klassics", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg", date: "4 days ago" + id: "f2", category: "Facebook", title: "Weekend Spotlight", excerpt: "The Open-Top Roadster is getting lots of attention! Come take it for a test drive this weekend.", imageSrc: "http://img.b2bpic.net/free-photo/transportation-detail-front-shiny-classic_1203-6155.jpg?_wi=2", authorName: "Kevin's Klassics", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg", date: "4 days ago" } ]} /> -- 2.49.1