Update src/app/page.tsx
This commit is contained in:
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
id: "electrical", name: "Electrical Diagnostics", price: "Starting at $89.99", imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg", imageAlt: "Electrical service"
|
||||
},
|
||||
{
|
||||
id: "maintenance", name: "General Maintenance", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13498.jpg", imageAlt: "Maintenance service"
|
||||
id: "maintenance", name: "General Maintenance", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13498.jpg?_wi=1", imageAlt: "Maintenance service"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
title="About ProRepair"
|
||||
description="With over 20 years of experience in automotive repair, our certified technicians are dedicated to providing honest, transparent service. We use only quality parts and the latest diagnostic equipment to ensure your vehicle receives the best care possible."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13498.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13498.jpg?_wi=2"
|
||||
imageAlt="Modern repair shop facility"
|
||||
useInvertedBackground={false}
|
||||
tag="Industry Leaders"
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13498.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13498.jpg?_wi=3"
|
||||
imageAlt="Professional repair shop"
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
|
||||
Reference in New Issue
Block a user