Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-05 19:12:49 +00:00

View File

@@ -98,19 +98,19 @@ export default function LandingPage() {
features={[
{
title: "Engine Diagnostics", description: "Advanced computer analysis for all modern systems.", buttonIcon: Settings,
imageSrc: "http://img.b2bpic.net/free-photo/utensil-mechanical-works_1127-147.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/utensil-mechanical-works_1127-147.jpg?_wi=1"
},
{
title: "Full Mechanical Service", description: "Engine, transmission, suspension and braking systems.", buttonIcon: Tool,
imageSrc: "http://img.b2bpic.net/free-photo/repairmen-inspecting-car-transmission_23-2147897953.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/repairmen-inspecting-car-transmission_23-2147897953.jpg?_wi=1"
},
{
title: "Jetour Specialist", description: "Factory-level knowledge for all Jetour SUV models.", buttonIcon: Car,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-car_23-2149385721.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-car_23-2149385721.jpg?_wi=1"
},
{
title: "Routine Maintenance", description: "Oil changes, fluids, and filter replacement packages.", buttonIcon: Calendar,
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-with-protective-glasses_23-2148773467.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-with-protective-glasses_23-2148773467.jpg?_wi=1"
}
]}
title="Premium Auto Services"
@@ -125,10 +125,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Diagnose", price: "Step 01", variant: "Comprehensive vehicle check", imageSrc: "http://img.b2bpic.net/free-photo/utensil-mechanical-works_1127-147.jpg" },
{ id: "p2", name: "Quote", price: "Step 02", variant: "Transparent, itemized pricing", imageSrc: "http://img.b2bpic.net/free-photo/repairmen-inspecting-car-transmission_23-2147897953.jpg" },
{ id: "p3", name: "Repair", price: "Step 03", variant: "Expert technician execution", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-car_23-2149385721.jpg" },
{ id: "p4", name: "Deliver", price: "Step 04", variant: "Perfection-guaranteed handover", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-with-protective-glasses_23-2148773467.jpg" },
{ id: "p1", name: "Diagnose", price: "Step 01", variant: "Comprehensive vehicle check", imageSrc: "http://img.b2bpic.net/free-photo/utensil-mechanical-works_1127-147.jpg?_wi=2" },
{ id: "p2", name: "Quote", price: "Step 02", variant: "Transparent, itemized pricing", imageSrc: "http://img.b2bpic.net/free-photo/repairmen-inspecting-car-transmission_23-2147897953.jpg?_wi=2" },
{ id: "p3", name: "Repair", price: "Step 03", variant: "Expert technician execution", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-car_23-2149385721.jpg?_wi=2" },
{ id: "p4", name: "Deliver", price: "Step 04", variant: "Perfection-guaranteed handover", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-with-protective-glasses_23-2148773467.jpg?_wi=2" },
{ id: "p5", name: "Follow-up", price: "Ongoing", variant: "Customer feedback monitoring", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1345.jpg" },
{ id: "p6", name: "Maintenance", price: "Recurring", variant: "Scheduled service tracking", imageSrc: "http://img.b2bpic.net/free-photo/repairmen-examining-car-bottom_23-2147897937.jpg" }
]}