Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user