2 Commits

Author SHA1 Message Date
f9ae5979b5 Update src/app/page.tsx 2026-05-06 10:26:57 +00:00
bf3b5e32d8 Merge version_1 into main
Merge version_1 into main
2026-05-06 10:24:37 +00:00

View File

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