From 7457fb47c72e398564be3c4b822c106c7a4e2c56 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:18:30 +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 c107975..c6c6c61 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 600aa390866d5322302c21a307deea409ec0d01b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:18:30 +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 c4fbdda..c601536 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,7 +164,7 @@ export default function LandingPage() { tagIcon={Mail} tagAnimation="slide-up" title="Glow With Us" - description="Subscribe to receive exclusive skincare tips, product launches, and special beauty rituals delivered to your inbox. Join our community of radiant souls." + description="Join thousands of skincare enthusiasts who receive 10% off their first order plus early access to exclusive new launches. Subscribe now and transform your beauty routine." background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" @@ -209,4 +209,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1