9 Commits

Author SHA1 Message Date
fe95541ce6 Merge version_8 into main
Merge version_8 into main
2026-04-24 23:36:35 +00:00
b86c45e7ae Update src/app/page.tsx 2026-04-24 23:36:29 +00:00
4812190be7 Merge version_7 into main
Merge version_7 into main
2026-04-24 23:34:08 +00:00
bdcb83660c Update src/app/page.tsx 2026-04-24 23:34:05 +00:00
e6206510a2 Merge version_6 into main
Merge version_6 into main
2026-04-24 23:33:07 +00:00
5927e0d2df Update src/app/page.tsx 2026-04-24 23:33:01 +00:00
a170034449 Merge version_5 into main
Merge version_5 into main
2026-04-24 23:32:18 +00:00
095aa21c5e Update src/app/page.tsx 2026-04-24 23:32:15 +00:00
8e6407be67 Merge version_4 into main
Merge version_4 into main
2026-04-24 23:31:31 +00:00

View File

@@ -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"
@@ -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>
);
}
}