6 Commits

Author SHA1 Message Date
fb83c4031a Update src/app/page.tsx 2026-04-20 17:14:27 +00:00
1c751832fc Merge version_3 into main
Merge version_3 into main
2026-04-20 17:13:31 +00:00
ff6c2b3657 Update src/app/page.tsx 2026-04-20 17:13:28 +00:00
424c176c0e Merge version_2 into main
Merge version_2 into main
2026-04-20 17:12:18 +00:00
dea3244914 Update src/app/page.tsx 2026-04-20 17:12:15 +00:00
6b4fc9eac2 Merge version_1 into main
Merge version_1 into main
2026-04-20 17:10:48 +00:00

View File

@@ -95,6 +95,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
carouselMode="auto"
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
@@ -180,7 +181,10 @@ export default function LandingPage() {
id: "f2", title: "How often should I use the product?", content: "We recommend applying morning and evening as part of your regular ritual for optimal results."},
{
id: "f3", title: "Are your ingredients organic?", content: "Our ingredients are 100% ethically sourced and our primary actives are certified organic."},
{
id: "f4", title: "Do you offer a money-back guarantee?", content: "Yes, we offer a 30-day money-back guarantee if you are not fully satisfied with your purchase. Your comfort is our priority."},
]}
buttons={[{ text: "Contact Support", href: "mailto:support@luminaskincare.com" }]}
title="Common Questions"
description="Everything you need to know about our premium skincare line."
faqsAnimation="slide-up"
@@ -207,4 +211,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}