Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-07 14:13:20 +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>
);
}
}