diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bb23fc5..2142b8e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -63,7 +63,7 @@ export default function AboutPage() { title: "Customer-Focused Mission", description: "Your satisfaction and trust are our greatest achievements. We work as if your car is our own—with precision, care, and respect for your time and budget.", icon: Target, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=4" imageAlt="The M32 Guy Workshop Professional" mediaAnimation="slide-up" textboxLayout="default" @@ -90,7 +90,7 @@ export default function AboutPage() { title: "Transparent Pricing", description: "No surprise charges. You get a fixed quote upfront. We're independent, so we pass cost savings directly to you versus dealership markups.", icon: Target, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=2" imageAlt="Trusted M32 Specialist" mediaAnimation="slide-up" textboxLayout="default" @@ -109,13 +109,13 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "James Mitchell", role: "Astra Owner", company: "Manchester", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=3"}, { id: "2", name: "Sarah Patel", role: "Mokka Owner", company: "Birmingham", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2"}, { id: "3", name: "David Thompson", role: "Insignia Owner", company: "Leeds", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -134,7 +134,7 @@ export default function AboutPage() { tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=3" imageAlt="Professional Workshop" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1622107..58eefcc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -54,7 +54,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=5" imageAlt="Professional Workshop Ready To Help" mediaAnimation="slide-up" mediaPosition="right" @@ -75,16 +75,16 @@ export default function ContactPage() { features={[ { id: "1", title: "Call or Email", author: "Direct Contact", description: "Call us at +44 (0)1234 567890 or email info@them32guy.co.uk. Tell us about your symptoms and vehicle. We'll give you honest initial guidance immediately.", tags: ["Quick Response", "Expert Advice"], - imageSrc: "http://img.b2bpic.net/free-photo/young-worried-businessman-talking-with-african-american-auto-mechanic-about-costs-car-reparation-auto-repair-shop_637285-4251.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-worried-businessman-talking-with-african-american-auto-mechanic-about-costs-car-reparation-auto-repair-shop_637285-4251.jpg?_wi=2"}, { id: "2", title: "Quote & Plan", author: "Transparent Pricing", description: "Based on your description or inspection, we provide a detailed, fixed quote with no hidden costs. You approve the work before we begin—no surprises.", tags: ["Fixed Price", "Approved Work"], - imageSrc: "http://img.b2bpic.net/free-photo/christmas-background-layout-black-background_1303-12755.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/christmas-background-layout-black-background_1303-12755.jpg?_wi=2"}, { id: "3", title: "Fast Service", author: "Quick Turnaround", description: "We complete most M32 rebuilds within 24 hours. We'll keep you updated throughout. Fast service without cutting corners on quality.", tags: ["24hr Turnaround", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=6"}, { id: "4", title: "Testing & Delivery", author: "Quality Assured", description: "Every gearbox is thoroughly tested before you take it. We ensure smooth operation, proper engagement, and peace of mind.", tags: ["Tested", "Guaranteed"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1643.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1643.jpg?_wi=2"}, ]} animationType="slide-up" textboxLayout="default" diff --git a/src/app/page.tsx b/src/app/page.tsx index 803c5fe..b9532bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,16 +106,16 @@ export default function HomePage() { features={[ { id: "1", title: "M32 Gearbox Rebuilds", author: "Full Service Option", description: "Complete rebuild with new bearings, synchros, and upgraded components. We inspect every part and only replace what's needed. Most jobs completed in 2-3 days.", tags: ["Popular", "Cost-Effective"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg?_wi=1"}, { id: "2", title: "M32 Gearbox Upgrades", author: "Performance Enhancement", description: "Transform your M32 with upgraded internals for smoother gear changes, improved durability, and better performance. Perfect for enthusiasts and heavy-use vehicles.", tags: ["Performance", "Reliability"], - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-gear_1170-1422.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-gear_1170-1422.jpg?_wi=1"}, { id: "3", title: "Gearbox Replacement", author: "When Rebuild Isn't Option", description: "Sometimes a complete replacement is the best solution. We source quality replacement M32s and handle full installation with testing.", tags: ["Warranty", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1615.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1615.jpg?_wi=1"}, { id: "4", title: "Clutch & Flywheel Service", author: "Complementary Service", description: "While we've got your gearbox out, we service your clutch and flywheel. Often done together for best results and value.", tags: ["Efficiency", "Value"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bevel-gear_1170-1420.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bevel-gear_1170-1420.jpg?_wi=1"}, ]} animationType="slide-up" textboxLayout="default" @@ -147,7 +147,7 @@ export default function HomePage() { title: "Nationwide Reputation", description: "Customers travel from across the UK because of our reputation. Word-of-mouth is our best marketing—that's trust.", icon: MapPin, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=1" imageAlt="Professional Workshop Setting" mediaAnimation="slide-up" textboxLayout="default" @@ -166,22 +166,22 @@ export default function HomePage() { testimonials={[ { id: "1", name: "James Mitchell", role: "Astra Owner", company: "Manchester", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=1"}, { id: "2", name: "Sarah Patel", role: "Mokka Owner", company: "Birmingham", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=1"}, { id: "3", name: "David Thompson", role: "Insignia Owner", company: "Leeds", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1"}, { id: "4", name: "Emma Richards", role: "Astra GTC Owner", company: "London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1"}, { id: "5", name: "Michael Chen", role: "Mechanic Referral", company: "Essex", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-service-owner-with-arms-crossed-his-workshop_637285-9434.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-service-owner-with-arms-crossed-his-workshop_637285-9434.jpg?_wi=1"}, { id: "6", name: "Lisa Anderson", role: "Long-Distance Customer", company: "Scotland", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=1"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -200,16 +200,16 @@ export default function HomePage() { features={[ { id: "1", title: "Contact & Diagnosis", author: "Step 1", description: "Call us with your symptoms and vehicle details. We'll give you honest initial guidance. If needed, arrange an inspection to confirm the issue.", tags: ["No Obligation", "Free Assessment"], - imageSrc: "http://img.b2bpic.net/free-photo/young-worried-businessman-talking-with-african-american-auto-mechanic-about-costs-car-reparation-auto-repair-shop_637285-4251.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-worried-businessman-talking-with-african-american-auto-mechanic-about-costs-car-reparation-auto-repair-shop_637285-4251.jpg?_wi=1"}, { id: "2", title: "Quote & Plan", author: "Step 2", description: "Based on diagnosis, we provide a detailed, fixed quote with no hidden costs. You approve the work before we begin. No surprises.", tags: ["Transparent", "Fixed Price"], - imageSrc: "http://img.b2bpic.net/free-photo/christmas-background-layout-black-background_1303-12755.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/christmas-background-layout-black-background_1303-12755.jpg?_wi=1"}, { id: "3", title: "Fast Service", author: "Step 3", description: "Most M32 rebuilds completed within 24 hours. We keep you updated throughout the process. We work efficiently without cutting corners.", tags: ["Quick Turnaround", "Communication"], - imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=2"}, { id: "4", title: "Testing & Delivery", author: "Step 4", description: "Every gearbox is thoroughly tested before you take it. We ensure smooth operation, proper engagement, and no noise issues.", tags: ["Quality Assurance", "Peace of Mind"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1643.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1643.jpg?_wi=1"}, ]} animationType="slide-up" textboxLayout="default" @@ -227,7 +227,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=1" imageAlt="Professional Workshop Ready for Service" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index e6d86bc..ecb9aed 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -55,22 +55,22 @@ export default function ReviewsPage() { testimonials={[ { id: "1", name: "James Mitchell", role: "Astra Owner", company: "Manchester", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg?_wi=4"}, { id: "2", name: "Sarah Patel", role: "Mokka Owner", company: "Birmingham", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=3"}, { id: "3", name: "David Thompson", role: "Insignia Owner", company: "Leeds", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3"}, { id: "4", name: "Emma Richards", role: "Astra GTC Owner", company: "London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2"}, { id: "5", name: "Michael Chen", role: "Mechanic Referral", company: "Essex", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-service-owner-with-arms-crossed-his-workshop_637285-9434.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-service-owner-with-arms-crossed-his-workshop_637285-9434.jpg?_wi=2"}, { id: "6", name: "Lisa Anderson", role: "Long-Distance Customer", company: "Scotland", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -97,7 +97,7 @@ export default function ReviewsPage() { title: "Speed & Reliability", description: "Customers travel long distances for fast turnaround and reliable results. Most jobs completed within 24 hours without compromising quality.", icon: LocationIcon, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=5" imageAlt="Expert Workshop Quality" mediaAnimation="slide-up" textboxLayout="default" @@ -116,7 +116,7 @@ export default function ReviewsPage() { tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=4" imageAlt="Professional M32 Workshop Service" mediaAnimation="slide-up" mediaPosition="left" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 65963b6..8237076 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -55,16 +55,16 @@ export default function ServicesPage() { features={[ { id: "1", title: "M32 Gearbox Rebuilds", author: "Full Service Option", description: "Complete rebuild with new bearings, synchros, and upgraded components. We inspect every part and only replace what's needed. Most jobs completed in 2-3 days. Includes 12-month warranty on rebuilt components.", tags: ["Popular", "Warranty"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11837.jpg?_wi=2"}, { id: "2", title: "M32 Gearbox Upgrades", author: "Performance Enhancement", description: "Transform your M32 with upgraded internals for smoother gear changes, improved durability, and better performance. Perfect for enthusiasts and heavy-use vehicles. Includes performance testing.", tags: ["Performance", "Testing"], - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-gear_1170-1422.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-gear_1170-1422.jpg?_wi=2"}, { id: "3", title: "Complete Gearbox Replacement", author: "Premium Solution", description: "Sometimes a complete replacement is the best solution. We source quality replacement M32s and handle full installation with comprehensive testing and warranty coverage.", tags: ["Warranty", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1615.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1615.jpg?_wi=2"}, { id: "4", title: "Clutch & Flywheel Service", author: "Complementary Service", description: "While we've got your gearbox out, we service your clutch and flywheel. Often done together for best results and value. Prevents future transmission issues.", tags: ["Bundle", "Value"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bevel-gear_1170-1420.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bevel-gear_1170-1420.jpg?_wi=2"}, ]} animationType="slide-up" textboxLayout="default" @@ -90,7 +90,7 @@ export default function ServicesPage() { title: "Expert Diagnosis", description: "Our specialist technicians identify root causes, not just symptoms. Comprehensive analysis included with every quote.", icon: Award, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=3" imageAlt="Professional Workshop Quality Assurance" mediaAnimation="slide-up" textboxLayout="default" @@ -109,7 +109,7 @@ export default function ServicesPage() { tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=2" imageAlt="Professional Workshop Service" mediaAnimation="slide-up" mediaPosition="left"