8 Commits

Author SHA1 Message Date
df82d13116 Update src/app/page.tsx 2026-04-17 07:30:12 +00:00
387836f574 Merge version_3 into main
Merge version_3 into main
2026-04-17 07:29:19 +00:00
2b321716b7 Update src/app/page.tsx 2026-04-17 07:29:14 +00:00
03784177dc Merge version_2 into main
Merge version_2 into main
2026-04-17 07:28:14 +00:00
03077748a0 Update src/app/page.tsx 2026-04-17 07:28:11 +00:00
a95a54a031 Merge version_1 into main
Merge version_1 into main
2026-04-17 07:27:03 +00:00
01e6977478 Merge version_1 into main
Merge version_1 into main
2026-04-17 07:26:39 +00:00
dfaf8cc67a Merge version_1 into main
Merge version_1 into main
2026-04-17 07:26:11 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
description="Premium makeup for every face, every style, and every moment. Gopal Beauty World brings you the art of perfection."
buttons={[
{
text: "Shop Now", href: "#products"},
text: "Shop the Collection", href: "#products"},
]}
mediaItems={[
{
@@ -135,6 +135,10 @@ export default function LandingPage() {
]}
title="Our Best Sellers"
description="Explore the collection that everyone is talking about."
buttons={[
{
text: "View All Products", href: "/catalog"},
]}
/>
</div>
@@ -247,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}