diff --git a/src/app/page.tsx b/src/app/page.tsx index ee43a7f..73ddd3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Turn Your Website Into a Sales Machine." description="Premium, conversion-focused websites starting at ₹4,999. Fast, mobile-friendly, and built to grow your business." - buttons={[{ text: "Get Your Quote", href: "#contact" }]} + buttons={[{ text: "Build My Sales Machine", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/dark-blue-geometric-background-with-copy-space_24972-1815.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ @@ -191,4 +191,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}