From 50ca5faf9258c0fa6a12351503d9951a4883e7ef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:14:11 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 125f571..3c9a75b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1416,4 +1416,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 3d82207501ecfa1a889c8a6e6c5d441ee97bfc84 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:14:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd4c9f3..4d10b77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,6 +69,9 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" gridVariant="uniform-all-items-equal" + buttons={[ + { text: "View Full Collection", href: "#products" } + ]} products={[ { id: "1", brand: "LUMIÈRE", name: "Radiant Serum", price: "$89.00", rating: 5, @@ -226,4 +229,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1