6 Commits

Author SHA1 Message Date
96759710bb Merge version_4 into main
Merge version_4 into main
2026-03-04 07:20:36 +00:00
4b9d9dbc1d Update src/app/page.tsx 2026-03-04 07:20:32 +00:00
e4ddddfe03 Merge version_3 into main
Merge version_3 into main
2026-03-04 07:18:34 +00:00
600aa39086 Update src/app/page.tsx 2026-03-04 07:18:30 +00:00
7457fb47c7 Update src/app/layout.tsx 2026-03-04 07:18:30 +00:00
99c519f7d9 Merge version_2 into main
Merge version_2 into main
2026-03-04 07:16:09 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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="10% Off Your First Order Join thousands of skincare enthusiasts who receive exclusive early access to 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() {
</div>
</ThemeProvider>
);
}
}