Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-07 06:00:12 +00:00
2 changed files with 44 additions and 169 deletions

View File

@@ -80,48 +80,23 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "EPC Contracts",
title: "Engineering & Construction",
subtitle: "Complete end-to-end solutions",
description: "Full-spectrum Engineering, Procurement, and Construction services for complex industrial and commercial projects. Our expert team manages every phase from planning through successful delivery.",
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg?_wi=1",
imageAlt: "engineering procurement construction process",
buttons: [{ text: "Learn More", href: "/" }],
tag: "EPC Contracts", title: "Engineering & Construction", subtitle: "Complete end-to-end solutions", description: "Full-spectrum Engineering, Procurement, and Construction services for complex industrial and commercial projects. Our expert team manages every phase from planning through successful delivery.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg", imageAlt: "engineering procurement construction process", buttons: [{ text: "Learn More", href: "/" }],
},
{
id: 2,
tag: "Infrastructure",
title: "Industrial Projects",
subtitle: "Large-scale construction expertise",
description: "Proven experience in delivering large-scale industrial and commercial construction projects. We combine technical expertise with rigorous quality control and safety standards.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg?_wi=1",
imageAlt: "industrial infrastructure construction",
buttons: [{ text: "View Projects", href: "/" }],
tag: "Infrastructure", title: "Industrial Projects", subtitle: "Large-scale construction expertise", description: "Proven experience in delivering large-scale industrial and commercial construction projects. We combine technical expertise with rigorous quality control and safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg", imageAlt: "industrial infrastructure construction", buttons: [{ text: "View Projects", href: "/" }],
},
{
id: 3,
tag: "Installation",
title: "Electrical & Maintenance",
subtitle: "Expert system installation",
description: "Professional installation and maintenance of electrical distribution systems and infrastructure. Our skilled technicians ensure optimal performance and long-term reliability.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg?_wi=1",
imageAlt: "electrical installation maintenance work",
buttons: [{ text: "Contact Us", href: "#contact" }],
tag: "Installation", title: "Electrical & Maintenance", subtitle: "Expert system installation", description: "Professional installation and maintenance of electrical distribution systems and infrastructure. Our skilled technicians ensure optimal performance and long-term reliability.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg", imageAlt: "electrical installation maintenance work", buttons: [{ text: "Contact Us", href: "#contact" }],
},
{
id: 4,
tag: "Renewable Energy",
title: "Clean Energy Infrastructure",
subtitle: "Sustainable infrastructure solutions",
description: "Engineering support and infrastructure development for solar and renewable energy projects. We're committed to building the sustainable infrastructure of tomorrow.",
imageSrc: "http://img.b2bpic.net/free-photo/working-windmill-field_1268-20613.jpg?_wi=1",
imageAlt: "solar panels renewable energy installation",
buttons: [{ text: "Learn More", href: "/" }],
tag: "Renewable Energy", title: "Clean Energy Infrastructure", subtitle: "Sustainable infrastructure solutions", description: "Engineering support and infrastructure development for solar and renewable energy projects. We're committed to building the sustainable infrastructure of tomorrow.", imageSrc: "http://img.b2bpic.net/free-photo/working-windmill-field_1268-20613.jpg", imageAlt: "solar panels renewable energy installation", buttons: [{ text: "Learn More", href: "/" }],
},
]}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -133,29 +108,17 @@ export default function HomePage() {
description="Our commitment to quality, safety, and timely delivery makes us the preferred partner for infrastructure projects across industries."
metrics={[
{
id: "1",
icon: CheckCircle,
title: "Experienced Engineers",
value: "20+ Years",
},
id: "1", icon: CheckCircle,
title: "Experienced Engineers", value: "20+ Years"},
{
id: "2",
icon: Shield,
title: "Quality Standards",
value: "ISO Certified",
},
id: "2", icon: Shield,
title: "Quality Standards", value: "ISO Certified"},
{
id: "3",
icon: Zap,
title: "On-Time Delivery",
value: "100% Track Record",
},
id: "3", icon: Zap,
title: "On-Time Delivery", value: "100% Track Record"},
{
id: "4",
icon: Award,
title: "Safety Focus",
value: "Zero Incidents",
},
id: "4", icon: Award,
title: "Safety Focus", value: "Zero Incidents"},
]}
textboxLayout="default"
animationType="scale-rotate"
@@ -170,26 +133,11 @@ export default function HomePage() {
description="Explore our completed infrastructure and industrial projects that demonstrate our expertise and commitment to excellence."
products={[
{
id: "1",
name: "Sterling and Wilson Renewable Energy Limited",
price: "2 MW Solar",
imageSrc: "http://img.b2bpic.net/free-photo/power-grid-sunset-infrastructure-energy-nature-technology_169016-68746.jpg?_wi=1",
imageAlt: "Sterling and Wilson Solar Project",
},
id: "1", name: "Sterling and Wilson Renewable Energy Limited", price: "2 MW Solar", imageSrc: "http://img.b2bpic.net/free-photo/power-grid-sunset-infrastructure-energy-nature-technology_169016-68746.jpg", imageAlt: "Sterling and Wilson Solar Project"},
{
id: "2",
name: "Advait Greenenergy Pvt Ltd",
price: "5 MW Solar Farm",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-team-working-together_23-2148920570.jpg?_wi=1",
imageAlt: "Advait Greenenergy Project",
},
id: "2", name: "Advait Greenenergy Pvt Ltd", price: "5 MW Solar Farm", imageSrc: "http://img.b2bpic.net/free-photo/close-up-team-working-together_23-2148920570.jpg", imageAlt: "Advait Greenenergy Project"},
{
id: "3",
name: "Commercial Distribution Center",
price: "500,000 Sq Ft",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg?_wi=2",
imageAlt: "Commercial Construction Project",
},
id: "3", name: "Commercial Distribution Center", price: "500,000 Sq Ft", imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg", imageAlt: "Commercial Construction Project"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -205,24 +153,9 @@ export default function HomePage() {
title="Trusted by Industry Leaders"
description="We work with leading companies across renewable energy, industrial, and commercial sectors."
names={[
"Sterling and Wilson",
"Advait Greenenergy",
"Industrial Power Corp",
"Commercial Developers Inc",
"Energy Solutions Ltd",
"Infrastructure Partners",
"Green Tech Innovations",
"Distribution Network Co",
]}
"Sterling and Wilson", "Advait Greenenergy", "Industrial Power Corp", "Commercial Developers Inc", "Energy Solutions Ltd", "Infrastructure Partners", "Green Tech Innovations", "Distribution Network Co"]}
logos={[
"http://img.b2bpic.net/free-vector/classic-blue-design-business-card-template_23-2148411173.jpg",
"http://img.b2bpic.net/free-vector/flat-labor-day-label-collection_23-2148103814.jpg",
"http://img.b2bpic.net/free-vector/flat-design-renewable-energy-logo_23-2150050072.jpg",
"http://img.b2bpic.net/free-vector/flat-labor-day-labels-collection_23-2149038693.jpg",
"http://img.b2bpic.net/free-vector/labour-day-label-collection_23-2148116618.jpg",
"http://img.b2bpic.net/free-vector/pentagonal-logo-template_1017-1823.jpg",
"http://img.b2bpic.net/free-photo/offended-upset-young-woman-glasses-beeing-jealous-disappointed-feeling-hurt-grimacing-sulking-standing-confused-white-background_1258-121968.jpg",
]}
"http://img.b2bpic.net/free-vector/classic-blue-design-business-card-template_23-2148411173.jpg", "http://img.b2bpic.net/free-vector/flat-labor-day-label-collection_23-2148103814.jpg", "http://img.b2bpic.net/free-vector/flat-design-renewable-energy-logo_23-2150050072.jpg", "http://img.b2bpic.net/free-vector/flat-labor-day-labels-collection_23-2149038693.jpg", "http://img.b2bpic.net/free-vector/labour-day-label-collection_23-2148116618.jpg", "http://img.b2bpic.net/free-vector/pentagonal-logo-template_1017-1823.jpg", "http://img.b2bpic.net/free-photo/offended-upset-young-woman-glasses-beeing-jealous-disappointed-feeling-hurt-grimacing-sulking-standing-confused-white-background_1258-121968.jpg"]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
@@ -251,8 +184,7 @@ export default function HomePage() {
logoText="MV Patil Constructions"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/" },
{ label: "Projects", href: "/" },
@@ -260,8 +192,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "EPC Contracts", href: "/" },
{ label: "Infrastructure", href: "/" },
{ label: "Installation", href: "/" },
@@ -269,8 +200,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone", href: "tel:+919876543210" },
{ label: "Email", href: "mailto:hello@mvpatilconstructions.com" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
@@ -278,8 +208,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },

View File

@@ -20,8 +20,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
{ label: "Projects", href: "/projects" },
@@ -29,8 +28,7 @@ export default function ServicesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "EPC Contracts", href: "/services" },
{ label: "Infrastructure", href: "/services" },
{ label: "Installation", href: "/services" },
@@ -38,8 +36,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone", href: "tel:+919876543210" },
{ label: "Email", href: "mailto:hello@mvpatilconstructions.com" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
@@ -47,8 +44,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -93,68 +89,35 @@ export default function ServicesPage() {
features={[
{
id: 1,
tag: "EPC Contracts",
title: "Engineering & Construction",
subtitle: "Complete end-to-end solutions",
description: "Full-spectrum Engineering, Procurement, and Construction services for complex industrial and commercial projects. Our expert team manages every phase from planning through successful delivery.",
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg?_wi=2",
imageAlt: "engineering procurement construction process",
buttons: [
tag: "EPC Contracts", title: "Engineering & Construction", subtitle: "Complete end-to-end solutions", description: "Full-spectrum Engineering, Procurement, and Construction services for complex industrial and commercial projects. Our expert team manages every phase from planning through successful delivery.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg", imageAlt: "engineering procurement construction process", buttons: [
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
},
{
id: 2,
tag: "Infrastructure",
title: "Industrial Projects",
subtitle: "Large-scale construction expertise",
description: "Proven experience in delivering large-scale industrial and commercial construction projects. We combine technical expertise with rigorous quality control and safety standards.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg?_wi=3",
imageAlt: "industrial infrastructure construction",
buttons: [
tag: "Infrastructure", title: "Industrial Projects", subtitle: "Large-scale construction expertise", description: "Proven experience in delivering large-scale industrial and commercial construction projects. We combine technical expertise with rigorous quality control and safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg", imageAlt: "industrial infrastructure construction", buttons: [
{
text: "View Projects",
href: "/projects",
},
text: "View Projects", href: "/projects"},
],
},
{
id: 3,
tag: "Installation",
title: "Electrical & Maintenance",
subtitle: "Expert system installation",
description: "Professional installation and maintenance of electrical distribution systems and infrastructure. Our skilled technicians ensure optimal performance and long-term reliability.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg?_wi=2",
imageAlt: "electrical installation maintenance work",
buttons: [
tag: "Installation", title: "Electrical & Maintenance", subtitle: "Expert system installation", description: "Professional installation and maintenance of electrical distribution systems and infrastructure. Our skilled technicians ensure optimal performance and long-term reliability.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg", imageAlt: "electrical installation maintenance work", buttons: [
{
text: "Contact Us",
href: "/contact",
},
text: "Contact Us", href: "/contact"},
],
},
{
id: 4,
tag: "Renewable Energy",
title: "Clean Energy Infrastructure",
subtitle: "Sustainable infrastructure solutions",
description: "Engineering support and infrastructure development for solar and renewable energy projects. We're committed to building the sustainable infrastructure of tomorrow.",
imageSrc: "http://img.b2bpic.net/free-photo/working-windmill-field_1268-20613.jpg?_wi=2",
imageAlt: "solar panels renewable energy installation",
buttons: [
tag: "Renewable Energy", title: "Clean Energy Infrastructure", subtitle: "Sustainable infrastructure solutions", description: "Engineering support and infrastructure development for solar and renewable energy projects. We're committed to building the sustainable infrastructure of tomorrow.", imageSrc: "http://img.b2bpic.net/free-photo/working-windmill-field_1268-20613.jpg", imageAlt: "solar panels renewable energy installation", buttons: [
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
},
]}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -166,29 +129,17 @@ export default function ServicesPage() {
description="Our commitment to quality, safety, and timely delivery makes us the preferred partner for infrastructure projects across industries."
metrics={[
{
id: "1",
icon: CheckCircle,
title: "Experienced Engineers",
value: "20+ Years",
},
id: "1", icon: CheckCircle,
title: "Experienced Engineers", value: "20+ Years"},
{
id: "2",
icon: Shield,
title: "Quality Standards",
value: "ISO Certified",
},
id: "2", icon: Shield,
title: "Quality Standards", value: "ISO Certified"},
{
id: "3",
icon: Zap,
title: "On-Time Delivery",
value: "100% Track Record",
},
id: "3", icon: Zap,
title: "On-Time Delivery", value: "100% Track Record"},
{
id: "4",
icon: Award,
title: "Safety Focus",
value: "Zero Incidents",
},
id: "4", icon: Award,
title: "Safety Focus", value: "Zero Incidents"},
]}
textboxLayout="default"
animationType="scale-rotate"
@@ -204,18 +155,13 @@ export default function ServicesPage() {
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."
buttons={[
{
text: "📞 Call Now",
href: "tel:+919876543210",
},
text: "📞 Call Now", href: "tel:+919876543210"},
{
text: "📝 Get Free Consultation",
href: "/contact",
},
text: "📝 Get Free Consultation", href: "/contact"},
]}
buttonAnimation="slide-up"
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
useInvertedBackground={false}
/>
</div>