Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-20 22:43:41 +00:00

View File

@@ -54,16 +54,16 @@ export default function LandingPage() {
buttonAnimation="opacity"
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-looking-camera-with-crossed-hands-while-client-looking-laptop-background-workshop_496169-1058.jpg", imageAlt: "Royal Auto Repair Shop"
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-looking-camera-with-crossed-hands-while-client-looking-laptop-background-workshop_496169-1058.jpg?_wi=1", imageAlt: "Royal Auto Repair Shop"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1241.jpg", imageAlt: "Oil Change Service"
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1241.jpg?_wi=1", imageAlt: "Oil Change Service"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1399.jpg", imageAlt: "Brake Inspection"
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1399.jpg?_wi=1", imageAlt: "Brake Inspection"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg", imageAlt: "Tire Service"
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=1", imageAlt: "Tire Service"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-couple-analyzing-data-while-communicating-workshop_637285-7784.jpg", imageAlt: "Expert Mechanics"
@@ -103,15 +103,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Oil Changes & Filters", description: "Regular oil changes keep your engine healthy and extend vehicle lifespan. We use premium oils and quality filters.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1241.jpg", imageAlt: "Oil Change Service"
title: "Oil Changes & Filters", description: "Regular oil changes keep your engine healthy and extend vehicle lifespan. We use premium oils and quality filters.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1241.jpg?_wi=2", imageAlt: "Oil Change Service"
},
{
id: 2,
title: "Brake Service", description: "Complete brake inspection, replacement, and repair. Your safety is our priority with certified technicians.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1399.jpg", imageAlt: "Brake Inspection Service"
title: "Brake Service", description: "Complete brake inspection, replacement, and repair. Your safety is our priority with certified technicians.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1399.jpg?_wi=2", imageAlt: "Brake Inspection Service"
},
{
id: 3,
title: "Tire Services", description: "Tire rotation, alignment, balancing, and replacement. Professional care for optimal performance and safety.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg", imageAlt: "Tire Rotation Service"
title: "Tire Services", description: "Tire rotation, alignment, balancing, and replacement. Professional care for optimal performance and safety.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=2", imageAlt: "Tire Rotation Service"
}
]}
buttons={[{ text: "View All Services", href: "#contact" }]}
@@ -185,7 +185,7 @@ export default function LandingPage() {
id: "4", title: "What warranty do you provide?", content: "All our repairs come with a 12-month or 12,000-mile warranty, whichever comes first. We stand behind our quality workmanship."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-mechanic-looking-camera-with-crossed-hands-while-client-looking-laptop-background-workshop_496169-1058.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-mechanic-looking-camera-with-crossed-hands-while-client-looking-laptop-background-workshop_496169-1058.jpg?_wi=2"
imageAlt="Royal Auto Repair Workshop"
mediaAnimation="blur-reveal"
mediaPosition="left"