2 Commits

Author SHA1 Message Date
eb879d5d15 Update src/app/page.tsx 2026-04-24 23:31:25 +00:00
bf513c9e46 Merge version_3 into main
Merge version_3 into main
2026-04-24 23:30:43 +00:00

View File

@@ -105,17 +105,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "New Tire Sales", description: "Top-tier brands at factory-direct pricing for all vehicle types.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/professional-mechanic-changing-car-tires-1777072949212-e05bf1df.png", imageAlt: "New Tires"}, title: "New Tire Sales", description: "Top-tier brands at factory-direct pricing for all vehicle types.", buttons: [{ text: "Book Now", href: "#contact" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/professional-mechanic-changing-car-tires-1777072949212-e05bf1df.png", imageAlt: "New Tires"},
{ {
title: "Used Tires", description: "Strictly inspected, high-tread depth used tires for any budget.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/professional-mechanic-changing-car-tires-1777073038916-71a9ed40.png", imageAlt: "Used Tires"}, title: "Used Tires", description: "Strictly inspected, high-tread depth used tires for any budget.", buttons: [{ text: "Inquire", href: "#contact" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/professional-mechanic-changing-car-tires-1777073038916-71a9ed40.png", imageAlt: "Used Tires"},
{ {
title: "Wheel Balancing", description: "Precise balancing to ensure smooth ride and extended tread life.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/wheel-balancing-equipment-displaying-pre-1777072958975-f0ee2818.png", imageAlt: "Mount and Balance"}, title: "Wheel Balancing", description: "Precise balancing to ensure smooth ride and extended tread life.", buttons: [{ text: "Book Now", href: "#contact" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/wheel-balancing-equipment-displaying-pre-1777072958975-f0ee2818.png", imageAlt: "Mount and Balance"},
{ {
title: "Flat Tire Repair", description: "Quick, safe, and reliable repairs to get you back on the road.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/wheel-balancing-equipment-displaying-pre-1777073047560-f3e8ee57.png", imageAlt: "Flat Repair"}, title: "Flat Tire Repair", description: "Quick, safe, and reliable repairs to get you back on the road.", buttons: [{ text: "Book Now", href: "#contact" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/wheel-balancing-equipment-displaying-pre-1777073047560-f3e8ee57.png", imageAlt: "Flat Repair"},
{ {
title: "Wheel Alignment", description: "State-of-the-art laser alignment for perfect road contact.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/car-alignment-diagnostics-screen-with-la-1777072968698-4e0a6dc1.png", imageAlt: "Wheel Alignment"}, title: "Wheel Alignment", description: "State-of-the-art laser alignment for perfect road contact.", buttons: [{ text: "Book Now", href: "#contact" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/car-alignment-diagnostics-screen-with-la-1777072968698-4e0a6dc1.png", imageAlt: "Wheel Alignment"},
{ {
title: "Tire Rotation", description: "Regular maintenance to maximize the lifespan of your investment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/car-alignment-diagnostics-screen-with-la-1777073057248-cd192d01.png", imageAlt: "Tire Rotation"}, title: "Tire Rotation", description: "Regular maintenance to maximize the lifespan of your investment.", buttons: [{ text: "Book Now", href: "#contact" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/car-alignment-diagnostics-screen-with-la-1777073057248-cd192d01.png", imageAlt: "Tire Rotation"},
]} ]}
title="Professional Tire Services" title="Professional Tire Services"
description="From high-performance new tires to reliable, budget-friendly used options, we handle every detail." description="From high-performance new tires to reliable, budget-friendly used options, we handle every detail."