Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5927e0d2df | |||
| a170034449 | |||
| 095aa21c5e | |||
| 8e6407be67 |
@@ -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