Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bdcb83660c | |||
| e6206510a2 | |||
| 5927e0d2df | |||
| a170034449 |
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Shop Tires", href: "#products"},
|
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"
|
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"
|
mediaAnimation="slide-up"
|
||||||
@@ -180,6 +180,11 @@ 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 or [click here to start your application](#contact) 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."},
|
||||||
|
|||||||
Reference in New Issue
Block a user