3 Commits

Author SHA1 Message Date
130c5cb786 Update src/app/page.tsx 2026-03-07 11:16:03 +00:00
c5db6c9486 Update src/app/layout.tsx 2026-03-07 11:16:02 +00:00
23b83d7542 Merge version_2 into main
Merge version_2 into main
2026-03-07 11:14:15 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
]} ]}
avatarText="Trusted by 50,000+ beauty enthusiasts" avatarText="Trusted by 50,000+ beauty enthusiasts"
buttons={[ buttons={[
{ text: "Explore Collection", href: "#products" }, { text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#benefits" }, { text: "Learn More", href: "#benefits" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -229,4 +229,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }