Update src/app/page.tsx

This commit is contained in:
2026-05-07 10:38:32 +00:00
parent 6b2b731390
commit db3bae919c

View File

@@ -107,10 +107,14 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Get clarity on our mission, technology, and upcoming voyage schedules."
buttons={[
{
text: "Contact Sales", href: "#contact"},
]}
faqsAnimation="blur-reveal"
faqs={[
{
@@ -148,4 +152,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}