Merge version_5 into main #3

Merged
bender merged 1 commits from version_5 into main 2026-04-28 17:43:00 +00:00

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