3 Commits

Author SHA1 Message Date
23fd92e84e Update src/app/page.tsx 2026-03-05 12:30:11 +00:00
ca9b16dfa4 Update src/app/layout.tsx 2026-03-05 12:30:11 +00:00
990fa14bfa Merge version_2 into main
Merge version_2 into main
2026-03-05 12:28:27 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}