Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-06 10:27:01 +00:00

View File

@@ -105,6 +105,9 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
buttons={[
{ text: "View Full Collection", href: "/shop" }
]}
products={[
{
id: "p1", brand: "Signature", name: "Golden Rose Box", price: "$150", rating: 5,
@@ -221,4 +224,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}