Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 130c5cb786 | |||
| c5db6c9486 | |||
| 23b83d7542 |
@@ -1416,4 +1416,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user