Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8d4e28324 | |||
| 52be1ef325 |
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment for better service."},
|
id: "faq1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment. Please <a href='#contact' style='text-decoration:underline;'>Book Now</a> or call us at 052 688 8889."},
|
||||||
{
|
{
|
||||||
id: "faq2", title: "How long does detailing take?", content: "Depending on the service, it usually takes a few hours to a full day."},
|
id: "faq2", title: "How long does detailing take?", content: "Depending on the service, it usually takes a few hours to a full day."},
|
||||||
{
|
{
|
||||||
@@ -250,4 +250,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user