Merge version_2 into main #4
1420
src/app/layout.tsx
1420
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -96,27 +96,45 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Maintenance", title: "General Car Service", subtitle: "Routine maintenance and inspections", description: "Complete vehicle servicing including oil changes, filter replacements, fluid checks, and comprehensive health inspections to keep your car running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/about-that-crash-woman-auto-salon-with-employee-blue-uniform-taking-her-repaired-car-back_146671-16107.jpg", imageAlt: "General car service"
|
||||
tag: "Maintenance", title: "General Car Service", subtitle: "Routine maintenance and inspections", description: "Complete vehicle servicing including oil changes, filter replacements, fluid checks, and comprehensive health inspections to keep your car running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/about-that-crash-woman-auto-salon-with-employee-blue-uniform-taking-her-repaired-car-back_146671-16107.jpg", imageAlt: "General car service", buttons: [
|
||||
{ text: "Book Service", href: "tel:+917878766646" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Engine Work", title: "Engine Repair", subtitle: "Advanced diagnostics and repairs", description: "Expert engine diagnostics and repair services including overhauls, carbon cleaning, and performance optimization using modern diagnostic equipment.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1299.jpg", imageAlt: "Engine repair service"
|
||||
tag: "Engine Work", title: "Engine Repair", subtitle: "Advanced diagnostics and repairs", description: "Expert engine diagnostics and repair services including overhauls, carbon cleaning, and performance optimization using modern diagnostic equipment.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1299.jpg", imageAlt: "Engine repair service", buttons: [
|
||||
{ text: "Book Service", href: "tel:+917878766646" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Cooling Systems", title: "Car AC Service", subtitle: "Air conditioning maintenance", description: "Professional AC service including gas refill, compressor repair, condenser cleaning, and leak detection to ensure optimal cooling performance.", imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg", imageAlt: "Car AC repair service"
|
||||
tag: "Cooling Systems", title: "Car AC Service", subtitle: "Air conditioning maintenance", description: "Professional AC service including gas refill, compressor repair, condenser cleaning, and leak detection to ensure optimal cooling performance.", imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg", imageAlt: "Car AC repair service", buttons: [
|
||||
{ text: "Book Service", href: "tel:+917878766646" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Suspension & Brakes", title: "Suspension & Brake Repair", subtitle: "Safety-critical systems", description: "Complete brake system servicing and suspension repairs including pad replacement, rotor resurfacing, and shock absorber replacement for safe driving.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-shop-car_23-2150170039.jpg", imageAlt: "Suspension and brake repair"
|
||||
tag: "Suspension & Brakes", title: "Suspension & Brake Repair", subtitle: "Safety-critical systems", description: "Complete brake system servicing and suspension repairs including pad replacement, rotor resurfacing, and shock absorber replacement for safe driving.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-shop-car_23-2150170039.jpg", imageAlt: "Suspension and brake repair", buttons: [
|
||||
{ text: "Book Service", href: "tel:+917878766646" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Diagnostics", title: "Electrical Diagnostics", subtitle: "Advanced electrical systems", description: "Modern diagnostic scanning and electrical system repair for battery issues, alternator problems, and complex vehicle electronics with precision equipment.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-adjusting-circuitry-junction-box_169016-55631.jpg", imageAlt: "Electrical diagnostic service"
|
||||
tag: "Diagnostics", title: "Electrical Diagnostics", subtitle: "Advanced electrical systems", description: "Modern diagnostic scanning and electrical system repair for battery issues, alternator problems, and complex vehicle electronics with precision equipment.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-adjusting-circuitry-junction-box_169016-55631.jpg", imageAlt: "Electrical diagnostic service", buttons: [
|
||||
{ text: "Book Service", href: "tel:+917878766646" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
tag: "Detailing", title: "Premium Detailing", subtitle: "Professional car washing and polishing", description: "Premium foam car wash, interior cleaning, headlight restoration, polishing, and protective coating services to maintain your car's appearance.", imageSrc: "http://img.b2bpic.net/free-photo/man-wash-car-using-shampoo_1150-6983.jpg", imageAlt: "Professional car detailing"
|
||||
tag: "Detailing", title: "Premium Detailing", subtitle: "Professional car washing and polishing", description: "Premium foam car wash, interior cleaning, headlight restoration, polishing, and protective coating services to maintain your car's appearance.", imageSrc: "http://img.b2bpic.net/free-photo/man-wash-car-using-shampoo_1150-6983.jpg", imageAlt: "Professional car detailing", buttons: [
|
||||
{ text: "Book Service", href: "tel:+917878766646" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user