Merge version_1 into main #10
@@ -60,6 +60,7 @@ export default function Page() {
|
||||
faqs={[{ id: "1", title: "Question", content: "Answer" }]}
|
||||
sideTitle="Why Us?"
|
||||
faqsAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -68,12 +69,16 @@ export default function Page() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
title="Testimonials"
|
||||
description="What our clients say."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Get in touch with our team today."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user