From fbffdb2f4d45b1c5907b94198d4ed54f4aaf4a73 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:00:04 +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 f3ae576..df16695 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d9197456161d7b910737f688cf79169d7782a702 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:00:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c13d804..8bb4efc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { tag="Newsletter" tagIcon={Mail} title="Stay Updated with Latest Drops" - description="Subscribe to our exclusive newsletter and receive early access to new collections, special offers, and styling tips from our fashion experts." + description="Get 10% off your first order + early access to exclusive drops. Join our VIP community and be the first to discover new collections before they sell out." background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-3109.jpg" @@ -175,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1