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 +} 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 +}