Update src/app/page.tsx

This commit is contained in:
2026-03-05 12:30:11 +00:00
parent ca9b16dfa4
commit 23fd92e84e

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}