5 Commits

Author SHA1 Message Date
b39830ed4c Merge version_3 into main
Merge version_3 into main
2026-05-12 14:50:55 +00:00
9810276a07 Update src/app/page.tsx 2026-05-12 14:50:52 +00:00
cce2bd16ce Merge version_2 into main
Merge version_2 into main
2026-05-12 13:46:32 +00:00
e2fe812869 Update src/app/page.tsx 2026-05-12 13:46:29 +00:00
9b7f9c6d7b Merge version_1 into main
Merge version_1 into main
2026-05-10 04:57:25 +00:00

View File

@@ -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>
);
}
}