Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -101,6 +101,7 @@ export default function LandingPage() {
|
||||
title="Customer Success Stories"
|
||||
description="What our partners say about working with us."
|
||||
showRating={true}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
testimonials={[
|
||||
@@ -116,6 +117,7 @@ export default function LandingPage() {
|
||||
title="Installment Questions"
|
||||
description="Everything you need to know about our payment plans."
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="split"
|
||||
faqs={[
|
||||
{ id: "q1", title: "What installment plans do you offer?", content: "We offer flexible monthly and quarterly payment plans for our consulting packages." },
|
||||
@@ -128,6 +130,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Our office in Saudi Arabia is ready to assist you. Contact us for local inquiries."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user