diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3c9a75b..125f571 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1416,4 +1416,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d10b77..3e372b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} avatarText="Trusted by 50,000+ beauty enthusiasts" buttons={[ - { text: "Explore Collection", href: "#products" }, + { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#benefits" }, ]} buttonAnimation="slide-up" @@ -229,4 +229,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}