Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 16:07:46 +00:00

View File

@@ -58,22 +58,22 @@ export default function LandingPage() {
background={{ variant: "plain" }}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11828.jpg", imageAlt: "Professional car repair service"
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11828.jpg?_wi=1", imageAlt: "Professional car repair service"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg", imageAlt: "Engine maintenance service"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg?_wi=1", imageAlt: "Engine maintenance service"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg", imageAlt: "Brake system repair"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg?_wi=1", imageAlt: "Brake system repair"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16587.jpg", imageAlt: "Transmission service"
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16587.jpg?_wi=1", imageAlt: "Transmission service"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-car-mechanic-examining-stock-tires-auto-repair-shop_637285-7534.jpg", imageAlt: "Professional workshop"
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-car-mechanic-examining-stock-tires-auto-repair-shop_637285-7534.jpg?_wi=1", imageAlt: "Professional workshop"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11828.jpg", imageAlt: "Automotive repair facility"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11828.jpg?_wi=2", imageAlt: "Automotive repair facility"
},
]}
autoPlay={true}
@@ -91,7 +91,7 @@ export default function LandingPage() {
{ value: "4.5★", title: "Customer Rating" },
{ value: "100%", title: "Satisfaction Guaranteed" },
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-mid-adult-car-mechanic-examining-stock-tires-auto-repair-shop_637285-7534.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-mid-adult-car-mechanic-examining-stock-tires-auto-repair-shop_637285-7534.jpg?_wi=2"
imageAlt="P.C Top Service Workshop"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -109,7 +109,7 @@ export default function LandingPage() {
{
id: "1", title: "Engine Diagnostics & Repair", description: "Complete engine diagnostics using state-of-the-art equipment. We diagnose and repair all engine-related issues efficiently and cost-effectively.", reverse: false,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg", imageAlt: "Engine repair service"
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg?_wi=2", imageAlt: "Engine repair service"
},
items: [
{ icon: CheckCircle, text: "Advanced diagnostic scanning" },
@@ -120,7 +120,7 @@ export default function LandingPage() {
{
id: "2", title: "Brake System Service", description: "Your safety is our priority. We provide comprehensive brake inspection, repair, and replacement services to ensure your vehicle stops safely.", reverse: true,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg", imageAlt: "Brake system repair"
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg?_wi=2", imageAlt: "Brake system repair"
},
items: [
{ icon: CheckCircle, text: "Brake pad & rotor replacement" },
@@ -131,7 +131,7 @@ export default function LandingPage() {
{
id: "3", title: "Transmission & Gearbox", description: "Expert transmission repair and maintenance. We handle automatic, manual, and CVT transmissions with precision and expertise.", reverse: false,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16587.jpg", imageAlt: "Transmission service"
imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16587.jpg?_wi=2", imageAlt: "Transmission service"
},
items: [
{ icon: CheckCircle, text: "Transmission diagnostics" },