Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-05-25 05:16:21 +00:00

View File

@@ -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>