From 1ad918a1b997efb9019453021c14f562c2105fc1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:11:05 +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 6dfbe49..4ddedc4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 1df97ee606d9fd68cc9ad670907d4132e8262eba Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:11:06 +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 59be214..439875b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { description="Timeless sustainable fashion for the conscious consumer. We craft premium clothing from organic materials with complete transparency in every step of production." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Shop Collection", href: "#products" }, - { text: "Learn Our Story", href: "#about" } + { text: "Shop with Confidence", href: "#products" }, + { text: "Free Returns", href: "#about" } ]} layoutOrder="default" imageSrc="http://img.b2bpic.net/free-photo/beautiful-clothes-shopping-store_1203-2233.jpg" @@ -249,4 +249,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1