10 Commits

Author SHA1 Message Date
784a68d33c Merge version_3 into main
Merge version_3 into main
2026-03-07 14:13:19 +00:00
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
8875387251 Update src/app/page.tsx 2026-03-07 14:07:13 +00:00
ca7dd90611 Update src/app/layout.tsx 2026-03-07 14:07:12 +00:00
ce0a15e833 Merge version_1 into main
Merge version_1 into main
2026-03-07 13:58:59 +00:00
aada415a24 Merge version_1 into main
Merge version_1 into main
2026-03-07 06:01:02 +00:00
f67be0b6dd Merge version_1 into main
Merge version_1 into main
2026-03-07 06:00:11 +00:00
920a4ad2a5 Merge version_1 into main
Merge version_1 into main
2026-03-07 05:58:41 +00:00
2 changed files with 14 additions and 51 deletions

View File

@@ -1,63 +1,28 @@
import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "MV Patil Constructions - EPC & Infrastructure Solutions",
description: "Professional EPC contractor specializing in industrial construction, renewable energy infrastructure, and commercial projects. Proven expertise in on-time delivery and quality standards.",
keywords: "construction company, EPC contractor, infrastructure contractor, industrial construction, renewable energy infrastructure, commercial construction",
openGraph: {
title: "MV Patil Constructions - Infrastructure & Construction Solutions",
description: "Engineering, Procurement, Construction & Installation Services for Industrial and Commercial Projects",
url: "https://www.mvpatilconstructions.com",
siteName: "MV Patil Constructions",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/woman-men-looking-laptop-construction_259150-57850.jpg",
alt: "MV Patil Constructions",
},
],
},
twitter: {
card: "summary_large_image",
title: "MV Patil Constructions",
description: "Infrastructure & Construction Excellence",
images: ["http://img.b2bpic.net/free-photo/woman-men-looking-laptop-construction_259150-57850.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "MV Patil Constructions - EPC, Infrastructure & Industrial Solutions", description: "Engineering, Procurement, Construction, Installation & Maintenance Services for Industrial and Commercial Projects"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1425,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</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" },
@@ -169,7 +168,7 @@ export default function HomePage() {
tag="Ready to Start Your Project?"
tagIcon={Zap}
title="Planning an Infrastructure Project?"
description="Let's work together to bring your vision to life. Our team is ready to discuss your project requirements and provide expert guidance on the best solutions for your needs."
description="Get a custom project assessment and timeline from our engineering team within 24 hours. We'll review your requirements and provide expert guidance tailored to your specific needs and budget."
buttons={[
{ text: "📞 Call Now", href: "tel:+919876543210" },
{ text: "📝 Get Free Consultation", href: "/contact" },