Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -117,13 +117,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Engine Oil Synthetic", price: "$32.99", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8113.jpg", imageAlt: "Premium synthetic engine oil"},
|
||||
"http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8113.jpg?_wi=1", imageAlt: "Premium synthetic engine oil"},
|
||||
{
|
||||
id: "2", name: "Suspension Coil Springs", price: "$89.99", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg", imageAlt: "High-performance suspension coil springs"},
|
||||
"http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg?_wi=1", imageAlt: "High-performance suspension coil springs"},
|
||||
{
|
||||
id: "3", name: "Electrical Battery Pack", price: "$125.00", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-car-engine-repair-shop_23-2150376976.jpg", imageAlt: "Heavy-duty automotive battery"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-car-engine-repair-shop_23-2150376976.jpg?_wi=1", imageAlt: "Heavy-duty automotive battery"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
"Same-day delivery available across Karachi and surrounding areas.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/agent-persuading-hesitant-customer-buy-vehicle_482257-124144.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/agent-persuading-hesitant-customer-buy-vehicle_482257-124144.jpg?_wi=1"
|
||||
imageAlt="AUTO ONE team in warehouse"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -175,20 +175,20 @@ export default function LandingPage() {
|
||||
title: "Comprehensive Inventory", description:
|
||||
"We stock over 4,000+ authentic auto parts for all vehicle makes and models.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8113.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8113.jpg?_wi=2"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg?_wi=2"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Expert Consultation", description:
|
||||
"Get professional advice from our experienced automotive specialists.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-car-engine-repair-shop_23-2150376976.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-car-engine-repair-shop_23-2150376976.jpg?_wi=2"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/agent-persuading-hesitant-customer-buy-vehicle_482257-124144.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/agent-persuading-hesitant-customer-buy-vehicle_482257-124144.jpg?_wi=2"},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user