Update src/app/page.tsx

This commit is contained in:
2026-05-06 10:26:57 +00:00
parent bf3b5e32d8
commit f9ae5979b5

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