diff --git a/src/app/page.tsx b/src/app/page.tsx index 1961728..fac2d40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Shop Collection", href: "#products" }, - { text: "View Products", href: "#products" }, - { text: "WhatsApp Order", href: "https://wa.me/" } + { text: "Get Design Advice", href: "https://wa.me/" } ]} /> @@ -122,4 +121,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}