diff --git a/src/app/page.tsx b/src/app/page.tsx index d04a77b..ca03b04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { imageAlt="Professional business center in Satara" buttons={[ { text: "Call Now", href: "tel:+919876543210" }, - { text: "Get a Quote", href: "#contact" }, + { text: "Book a Consultation", href: "#contact" }, ]} testimonials={[ { @@ -214,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file