Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe95541ce6 | |||
| b86c45e7ae | |||
| 4812190be7 | |||
| bdcb83660c | |||
| e6206510a2 | |||
| 5927e0d2df | |||
| a170034449 | |||
| 095aa21c5e | |||
| 8e6407be67 | |||
| eb879d5d15 | |||
| bf513c9e46 |
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Shop Tires", href: "#products"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+1000000000"},
|
||||
text: "Book Your Service", href: "tel:+1000000000"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cp9K6SRez6ObVvmfexFIl6DHLu/a-high-quality-ultra-realistic-close-up--1777072939439-ae282de1.png"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -105,17 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
description="From high-performance new tires to reliable, budget-friendly used options, we handle every detail."
|
||||
@@ -180,13 +180,18 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment", href: "#contact"
|
||||
}
|
||||
]}
|
||||
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: "3", title: "Do I need an appointment?", content: "Appointments are recommended but we welcome walk-ins."},
|
||||
id: "3", title: "Do I need an appointment?", content: "Appointments are recommended but we welcome walk-ins. You can [Book Now](#contact) to secure your spot."},
|
||||
{
|
||||
id: "4", title: "What kind of tires do you stock?", content: "We stock major brands and high-quality used tires."},
|
||||
]}
|
||||
@@ -250,4 +255,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user