3 Commits

Author SHA1 Message Date
e09080486b Update src/app/page.tsx 2026-03-07 14:13:15 +00:00
963587b5dc Update src/app/layout.tsx 2026-03-07 14:13:15 +00:00
83a509606d Merge version_2 into main
Merge version_2 into main
2026-03-07 14:07:17 +00:00
2 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -44,8 +44,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText=" MV PATIL. construction's
"
logoText="MV Patil Constructions"
description="Engineering, Procurement, Construction, Installation & Maintenance Services for Industrial and Commercial Projects"
buttons={[
{ text: "📞 Call Now", href: "tel:+919876543210" },
@@ -222,4 +221,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}