1 Commits

Author SHA1 Message Date
80614b21cf Update src/app/page.tsx 2026-04-29 10:26:39 +00:00

View File

@@ -178,6 +178,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
tag="100% Satisfaction Guarantee"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
@@ -241,4 +242,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}