Update src/app/page.tsx
This commit is contained in:
@@ -70,27 +70,27 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-automobile-light-detail-scooter_1203-6159.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-automobile-light-detail-scooter_1203-6159.jpg?_wi=1",
|
||||
imageAlt: "VIP License Plate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg?_wi=1",
|
||||
imageAlt: "Premium Plate 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg?_wi=1",
|
||||
imageAlt: "Premium Plate 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=1",
|
||||
imageAlt: "Premium Plate 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg?_wi=1",
|
||||
imageAlt: "Premium Plate 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=2",
|
||||
imageAlt: "Premium Plate 5",
|
||||
},
|
||||
]}
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
price: "15,000,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
price: "25,000,000 UZS",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
price: "10,000,000 UZS",
|
||||
rating: 4,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
price: "5,000,000 UZS",
|
||||
rating: 4,
|
||||
reviewCount: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
price: "8,500,000 UZS",
|
||||
rating: 4,
|
||||
reviewCount: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -249,7 +249,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-automobile-light-detail-scooter_1203-6159.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-automobile-light-detail-scooter_1203-6159.jpg?_wi=2"
|
||||
logoText="NomerSavdo.uz"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user