Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27416c8bc0 | |||
| fd3317fdaa | |||
| 5cc55825f8 |
@@ -224,6 +224,10 @@ export default function LandingPage() {
|
|||||||
textPosition="left"
|
textPosition="left"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Still Have Questions? Contact Us", href: "contact" }
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -240,4 +244,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user