Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5927e0d2df | |||
| a170034449 | |||
| 095aa21c5e | |||
| 8e6407be67 | |||
| eb879d5d15 | |||
| bf513c9e46 |
@@ -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."
|
||||||
@@ -180,9 +180,14 @@ export default function LandingPage() {
|
|||||||
<FaqDouble
|
<FaqDouble
|
||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Book Appointment", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Do you offer financing?", content: "Yes, we offer flexible financing through Affirm or Synchrony. Call us at (555) 123-4567 to apply or visit our shop for an instant pre-approval."},
|
id: "1", title: "Do you offer financing?", content: "Yes, we offer flexible financing through Affirm or Synchrony. Call us at (555) 123-4567 or [click here to start your application](#contact) for an instant pre-approval."},
|
||||||
{
|
{
|
||||||
id: "2", title: "How long does installation take?", content: "Usually 30-45 minutes for a full set."},
|
id: "2", title: "How long does installation take?", content: "Usually 30-45 minutes for a full set."},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user