Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -76,19 +76,19 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Honest Pricing", description: "No hidden fees, no upsells. What you see is what you pay.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-work-his-garage_146671-19702.jpg", imageAlt: "Engine diagnostics"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-work-his-garage_146671-19702.jpg?_wi=1", imageAlt: "Engine diagnostics"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1654.jpg", imageAlt: "Brake service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1654.jpg?_wi=1", imageAlt: "Brake service"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Same Day Repairs", description: "Many repairs completed same day. We know you need to move.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-hired-condenser-checkup_482257-90623.jpg", imageAlt: "Cooling system"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-hired-condenser-checkup_482257-90623.jpg?_wi=1", imageAlt: "Cooling system"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-mechanics-fixing-car_482257-76105.jpg", imageAlt: "Maintenance service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-mechanics-fixing-car_482257-76105.jpg?_wi=1", imageAlt: "Maintenance service"
|
||||
}
|
||||
}
|
||||
]}
|
||||
@@ -121,16 +121,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Engine Diagnostics", price: "Starting $75", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-work-his-garage_146671-19702.jpg", imageAlt: "Engine diagnostic service"
|
||||
id: "1", name: "Engine Diagnostics", price: "Starting $75", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-work-his-garage_146671-19702.jpg?_wi=2", imageAlt: "Engine diagnostic service"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Brake Service", price: "Starting $150", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1654.jpg", imageAlt: "Brake service and repair"
|
||||
id: "2", name: "Brake Service", price: "Starting $150", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1654.jpg?_wi=2", imageAlt: "Brake service and repair"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Cooling System Repair", price: "Starting $200", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-hired-condenser-checkup_482257-90623.jpg", imageAlt: "Cooling system service"
|
||||
id: "3", name: "Cooling System Repair", price: "Starting $200", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-hired-condenser-checkup_482257-90623.jpg?_wi=2", imageAlt: "Cooling system service"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Maintenance", price: "Starting $50", imageSrc: "http://img.b2bpic.net/free-photo/team-mechanics-fixing-car_482257-76105.jpg", imageAlt: "Routine maintenance service"
|
||||
id: "4", name: "Maintenance", price: "Starting $50", imageSrc: "http://img.b2bpic.net/free-photo/team-mechanics-fixing-car_482257-76105.jpg?_wi=2", imageAlt: "Routine maintenance service"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Emergency Repairs", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-car-transmission_23-2147897938.jpg", imageAlt: "Emergency repair service"
|
||||
|
||||
Reference in New Issue
Block a user