From 7a79b5d997f7a77cd27fa668846a729ebbd996ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:28:38 +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 ed074b3..551d35c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 1c810fdda095504622069159e43d67be150e803d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:28:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcab7b4..2c8db7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { logoText="GELRY" description="Curated Nordic fashion meets timeless minimalism. Premium pieces for the refined lifestyle." buttons={[ - { text: "Shop Now", href: "products" }, + { text: "Explore Collection", href: "products" }, { text: "Learn More", href: "about" } ]} imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-orange-overalls-with-hat-confidently-posing-camera-outdoor_574295-4350.jpg" @@ -55,7 +55,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1