Update src/app/page.tsx

This commit is contained in:
2026-05-09 08:46:27 +00:00
parent a2430b7045
commit 4c7b3d271a

View File

@@ -211,6 +211,9 @@ export default function LandingPage() {
<FaqDouble
textboxLayout="split"
useInvertedBackground={false}
buttons={[
{ text: "Contact Support", href: "#contact" }
]}
faqs={[
{
id: "f1", title: "Do you offer vegan options?", content: "Absolutely! We have a revolving selection of dairy-free, vegan sorbets and oat-milk based scoops."},
@@ -273,4 +276,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}