2 Commits

Author SHA1 Message Date
2b9d9572ef Update src/app/page.tsx 2026-05-15 12:18:34 +00:00
debd7ccf57 Merge version_2 into main
Merge version_2 into main
2026-05-15 12:17:31 +00:00

View File

@@ -212,6 +212,10 @@ export default function LandingPage() {
id: "f2", title: "Are these fragrances long-lasting?", content: "Yes, our high-concentration blends ensure endurance throughout the day."}, id: "f2", title: "Are these fragrances long-lasting?", content: "Yes, our high-concentration blends ensure endurance throughout the day."},
{ {
id: "f3", title: "How should I store my perfume?", content: "Keep in a cool, dry place away from direct sunlight."}, id: "f3", title: "How should I store my perfume?", content: "Keep in a cool, dry place away from direct sunlight."},
{
id: "f4", title: "Do you offer satisfaction guarantees?", content: "Yes, we offer a 30-day satisfaction guarantee. If you're not completely satisfied with your purchase, we'll provide a full refund or exchange."},
{
id: "f5", title: "How long does shipping take?", content: "Standard shipping takes 3-5 business days. Express options are available at checkout."},
]} ]}
sideTitle="Expert Guidance" sideTitle="Expert Guidance"
sideDescription="Common queries regarding our fragrances." sideDescription="Common queries regarding our fragrances."
@@ -258,4 +262,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }