Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-11 22:27:17 +00:00

View File

@@ -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"
}
]}
/>