Update src/app/page.tsx

This commit is contained in:
2026-04-28 17:42:57 +00:00
parent a14f1ef645
commit 732c02c307

View File

@@ -91,6 +91,7 @@ export default function LandingPage() {
]}
title="Our Signature Collection"
description="Explore our curated fragrance profiles."
buttons={[{ text: "View Details", href: "#" }, { text: "Add to Cart", href: "#" }]}
/>
</div>
@@ -159,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}