Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 16:05:53 +00:00
2 changed files with 1377 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -55,17 +55,17 @@ export default function LandingPage() {
background={{ variant: "grid" }}
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}
autoPlayInterval={4000}
@@ -82,7 +82,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"
useInvertedBackground={false}
@@ -99,7 +99,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" },
{ icon: CheckCircle, text: "Complete engine overhaul" },
@@ -109,7 +109,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" },
{ icon: CheckCircle, text: "Hydraulic system checks" },
@@ -119,7 +119,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" },
{ icon: CheckCircle, text: "Fluid & filter replacement" },