Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b39830ed4c | |||
| 9810276a07 | |||
| cce2bd16ce | |||
| e2fe812869 | |||
| 9b7f9c6d7b |
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
@@ -133,6 +133,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "q2", title: "Are these cruelty-free?", content: "All our fragrances are 100% cruelty-free and ethically sourced."},
|
||||
]}
|
||||
buttons={[{ text: "Take Fragrance Quiz", href: "#" }, { text: "Shop All", href: "#products" }]}
|
||||
title="Fragrance Questions"
|
||||
description="Common inquiries about our products and sizing."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -166,4 +167,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user