Update src/app/page.tsx

This commit is contained in:
2026-05-08 19:26:09 +00:00
parent a8451300e8
commit bed4215fd2

View File

@@ -176,6 +176,10 @@ export default function LandingPage() {
]}
title="Frequently Asked Questions"
description="Common inquiries regarding shipping, returns, and product support."
buttons={[
{
text: "Get Help", href: "#contact"}
]}
faqsAnimation="slide-up"
/>
</div>
@@ -247,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}