Update src/app/page.tsx
This commit is contained in:
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Routine Maintenance", description: "Oil changes, fluid checks, filter replacements, and preventive inspections to keep your vehicle running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367541.jpg", imageAlt: "Routine vehicle maintenance service"
|
||||
id: "01", title: "Routine Maintenance", description: "Keep your vehicle running smoothly and avoid costly repairs with our oil changes, fluid checks, filter replacements, and preventive inspections.", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367541.jpg", imageAlt: "Routine vehicle maintenance service"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Emergency Repair", description: "Fast response to breakdowns and roadside emergencies. We prioritize getting you back on the road safely.", imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg", imageAlt: "Emergency auto repair assistance"
|
||||
id: "02", title: "Emergency Repair", description: "Get back on the road fast with our rapid response to breakdowns and roadside emergencies. We prioritize your safety and minimize downtime.", imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg", imageAlt: "Emergency auto repair assistance"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Honest Diagnostics", description: "Computer diagnostic scanning and transparent assessment of issues. No unnecessary repairs, just what your vehicle needs.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1311.jpg", imageAlt: "Professional diagnostic car scanning"
|
||||
id: "03", title: "Honest Diagnostics", description: "Know exactly what your vehicle needs with transparent computer diagnostic scanning. We assess issues accurately so you only pay for necessary repairs.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1311.jpg", imageAlt: "Professional diagnostic car scanning"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user