Merge version_1 into main #1
@@ -66,7 +66,7 @@ export default function BrowsePage() {
|
||||
title="Find Your Perfect Car"
|
||||
description="Explore premium vehicles with interactive map browsing, secure authentication, and personalized recommendations powered by advanced filtering."
|
||||
tag="Premium Marketplace"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-woman-using-smart-phone-outside-office-center_1328-3529.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-woman-using-smart-phone-outside-office-center_1328-3529.jpg?_wi=2"
|
||||
imageAlt="modern luxury car dealership showroom"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -91,7 +91,7 @@ export default function BrowsePage() {
|
||||
price: "$68,500",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-salesman-with-tablet_23-2148130723.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-salesman-with-tablet_23-2148130723.jpg?_wi=2",
|
||||
imageAlt: "luxury sedan sports car profile view",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function BrowsePage() {
|
||||
price: "$89,900",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14580.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14580.jpg?_wi=2",
|
||||
imageAlt: "sleek suv luxury vehicle showcase",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function BrowsePage() {
|
||||
price: "$115,000",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-retro-bumper-automobile-front_1203-4319.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-retro-bumper-automobile-front_1203-4319.jpg?_wi=2",
|
||||
imageAlt: "classic car auction marketplace listing",
|
||||
},
|
||||
]}
|
||||
@@ -135,7 +135,7 @@ export default function BrowsePage() {
|
||||
role: "CEO",
|
||||
company: "Tech Ventures Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer portrait professional photo",
|
||||
},
|
||||
{
|
||||
@@ -144,7 +144,7 @@ export default function BrowsePage() {
|
||||
role: "Marketing Director",
|
||||
company: "Digital Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg?_wi=2",
|
||||
imageAlt: "professional woman headshot portrait photo",
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@ export default function BrowsePage() {
|
||||
role: "Product Manager",
|
||||
company: "Innovation Labs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg?_wi=2",
|
||||
imageAlt: "male professional headshot portrait business",
|
||||
},
|
||||
{
|
||||
@@ -162,7 +162,7 @@ export default function BrowsePage() {
|
||||
role: "Entrepreneur",
|
||||
company: "StartUp Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=2",
|
||||
imageAlt: "professional man business headshot portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -64,7 +64,7 @@ export default function MapPage() {
|
||||
title="Explore CarHub Locations"
|
||||
description="Discover our premium dealership locations with interactive map navigation. Find the nearest showroom and schedule your test drive today."
|
||||
tag="Location Finder"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-woman-using-smart-phone-outside-office-center_1328-3529.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-woman-using-smart-phone-outside-office-center_1328-3529.jpg?_wi=3"
|
||||
imageAlt="CarHub dealership locations"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function HomePage() {
|
||||
title="Find Your Perfect Car"
|
||||
description="Explore premium vehicles with interactive map browsing, secure authentication, and personalized recommendations powered by advanced filtering."
|
||||
tag="Premium Marketplace"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-woman-using-smart-phone-outside-office-center_1328-3529.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-woman-using-smart-phone-outside-office-center_1328-3529.jpg?_wi=1"
|
||||
imageAlt="Luxury car marketplace showcase"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -64,7 +64,7 @@ export default function HomePage() {
|
||||
price: "$68,500",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-salesman-with-tablet_23-2148130723.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-salesman-with-tablet_23-2148130723.jpg?_wi=1",
|
||||
imageAlt: "BMW M440i luxury sedan"
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function HomePage() {
|
||||
price: "$89,900",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14580.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14580.jpg?_wi=1",
|
||||
imageAlt: "Mercedes-Benz GLE luxury SUV"
|
||||
},
|
||||
{
|
||||
@@ -84,7 +84,7 @@ export default function HomePage() {
|
||||
price: "$115,000",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-retro-bumper-automobile-front_1203-4319.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-retro-bumper-automobile-front_1203-4319.jpg?_wi=1",
|
||||
imageAlt: "Porsche 911 sports car"
|
||||
}
|
||||
]}
|
||||
@@ -108,7 +108,7 @@ export default function HomePage() {
|
||||
role: "CEO",
|
||||
company: "Tech Ventures Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg?_wi=1",
|
||||
imageAlt: "James Richardson"
|
||||
},
|
||||
{
|
||||
@@ -117,7 +117,7 @@ export default function HomePage() {
|
||||
role: "Marketing Director",
|
||||
company: "Digital Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ export default function HomePage() {
|
||||
role: "Product Manager",
|
||||
company: "Innovation Labs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ export default function HomePage() {
|
||||
role: "Entrepreneur",
|
||||
company: "StartUp Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=1",
|
||||
imageAlt: "David Thompson"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user