1 Commits

Author SHA1 Message Date
6a479554f0 Update src/app/page.tsx 2026-04-29 10:26:42 +00:00

View File

@@ -104,6 +104,14 @@ export default function LandingPage() {
{
id: "p6", name: "Floral Mist", price: "$110", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480163.jpg"},
]}
buttons={[
{
text: "Purchase Now", href: "#checkout"
},
{
text: "View Details", href: "#details"
}
]}
title="Signature Collections"
description="Explore our curated fragrance profiles, each designed to evoke memories and create new beginnings."
/>
@@ -178,7 +186,6 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
tag="100% Satisfaction Guarantee"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
@@ -242,4 +249,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}