Merge version_1 into main #1
@@ -131,7 +131,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=4"
|
||||
imageAlt="Industrial construction background"
|
||||
logoText="BMC Industries"
|
||||
copyrightText="© 2025 BMC Industries. All rights reserved."
|
||||
|
||||
@@ -118,7 +118,7 @@ export default function ContactPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-photovoltaics-factory-technicians-monitoring-system-performance_482257-117931.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-photovoltaics-factory-technicians-monitoring-system-performance_482257-117931.jpg?_wi=4"
|
||||
imageAlt="construction planning meeting workers discussing project"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -131,7 +131,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=5"
|
||||
imageAlt="industrial construction background steel structure"
|
||||
logoText="BMC Industries"
|
||||
copyrightText="© 2025 BMC Industries. All rights reserved."
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Figtree } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Figtree } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "BMC Industries | Industrial & Commercial Construction Experts",
|
||||
description: "Expert industrial construction services in Telangana. Steel structures, factory buildings, warehouse construction, and turnkey projects. Call 040-3584-4070 for free consultation.",
|
||||
keywords: "industrial construction Hyderabad, factory shed construction Telangana, steel structure construction, warehouse construction contractor, turnkey construction, industrial contractor",
|
||||
metadataBase: new URL("https://bmcindustries.com"),
|
||||
alternates: {
|
||||
canonical: "https://bmcindustries.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "BMC Industries - Industrial Construction Experts",
|
||||
description: "Leading industrial and commercial construction company in Telangana with in-house steel fabrication. Get free quote today.",
|
||||
url: "https://bmcindustries.com",
|
||||
siteName: "BMC Industries",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-construction-site-excavator_1112-1211.jpg",
|
||||
alt: "BMC Industries - Industrial Construction",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "BMC Industries | Industrial Construction",
|
||||
description: "Expert steel and civil construction solutions for industrial and commercial projects.",
|
||||
images: ["http://img.b2bpic.net/free-photo/close-up-construction-site-excavator_1112-1211.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${figtree.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -210,7 +210,7 @@ export default function HomePage() {
|
||||
name: "Modern Manufacturing Facility",
|
||||
price: "Large Scale",
|
||||
variant: "Steel Structure • Foundation • Turnkey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg?_wi=1",
|
||||
imageAlt: "Large modern manufacturing facility with steel structure",
|
||||
},
|
||||
{
|
||||
@@ -218,7 +218,7 @@ export default function HomePage() {
|
||||
name: "Industrial Warehouse Complex",
|
||||
price: "Logistics Hub",
|
||||
variant: "PEB Structure • Cold Storage • Design-Build",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automatic-logistics-delivery-isometric-composition_1284-22854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automatic-logistics-delivery-isometric-composition_1284-22854.jpg?_wi=1",
|
||||
imageAlt: "Large-scale warehouse with efficient layout",
|
||||
},
|
||||
{
|
||||
@@ -226,7 +226,7 @@ export default function HomePage() {
|
||||
name: "Heavy Equipment Factory",
|
||||
price: "Heavy Industry",
|
||||
variant: "Structural Steel • Fabrication Unit • Civil Works",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg?_wi=1",
|
||||
imageAlt: "Specialized factory for heavy equipment manufacturing",
|
||||
},
|
||||
{
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
name: "Commercial Industrial Park",
|
||||
price: "Multi-Unit",
|
||||
variant: "Multiple Sheds • Infrastructure • Utilities",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/window-pattern-textures-background_74190-2390.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/window-pattern-textures-background_74190-2390.jpg?_wi=1",
|
||||
imageAlt: "Industrial park with multiple connected structures",
|
||||
},
|
||||
{
|
||||
@@ -242,7 +242,7 @@ export default function HomePage() {
|
||||
name: "Food Processing Facility",
|
||||
price: "Specialized",
|
||||
variant: "Hygienic Design • Climate Control • Modern Standards",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145558.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145558.jpg?_wi=1",
|
||||
imageAlt: "Modern food processing facility with advanced infrastructure",
|
||||
},
|
||||
{
|
||||
@@ -250,7 +250,7 @@ export default function HomePage() {
|
||||
name: "Steel Fabrication Workshop",
|
||||
price: "Production Facility",
|
||||
variant: "In-House Production • Quality Control • Manufacturing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-industrial-employee-teaching-colleague-operate-machine-pointing-control-board-using-tablet_74855-16366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-industrial-employee-teaching-colleague-operate-machine-pointing-control-board-using-tablet_74855-16366.jpg?_wi=1",
|
||||
imageAlt: "Advanced steel fabrication workshop with modern equipment",
|
||||
},
|
||||
]}
|
||||
@@ -275,7 +275,7 @@ export default function HomePage() {
|
||||
handle: "Sharma Manufacturing",
|
||||
testimonial: "BMC Industries delivered our factory expansion on time and within budget. Their team's expertise in steel fabrication and civil works was exceptional. Highly professional and reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18994.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18994.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Sharma",
|
||||
},
|
||||
{
|
||||
@@ -284,7 +284,7 @@ export default function HomePage() {
|
||||
handle: "Desai Logistics Group",
|
||||
testimonial: "We partnered with BMC for our new warehouse complex. Their turnkey approach and in-house fabrication capabilities saved us significant time and costs. Excellent project management throughout.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-driving-floor-cleaning-machine_23-2148815596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-driving-floor-cleaning-machine_23-2148815596.jpg?_wi=1",
|
||||
imageAlt: "Priya Desai",
|
||||
},
|
||||
{
|
||||
@@ -293,7 +293,7 @@ export default function HomePage() {
|
||||
handle: "Patel Industrial Solutions",
|
||||
testimonial: "Outstanding construction quality and attention to detail. BMC's commitment to safety standards and timeline adherence impressed our entire team. We've recommended them to other manufacturers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg?_wi=1",
|
||||
imageAlt: "Amit Patel",
|
||||
},
|
||||
{
|
||||
@@ -302,7 +302,7 @@ export default function HomePage() {
|
||||
handle: "Reddy Food Processing",
|
||||
testimonial: "BMC understood our specialized requirements for food processing infrastructure. Their engineering expertise and quality craftsmanship resulted in a facility that exceeds our operational needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Vikram Reddy",
|
||||
},
|
||||
{
|
||||
@@ -311,7 +311,7 @@ export default function HomePage() {
|
||||
handle: "Kumar Steel Industries",
|
||||
testimonial: "Transparent communication, professional execution, and reliable partnership. BMC Industries is our preferred construction partner for future expansion projects.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-workers-having-meeting-with-company-managers-factory-focus-is-female-worker-is-presenting-development-reports_637285-4146.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-workers-having-meeting-with-company-managers-factory-focus-is-female-worker-is-presenting-development-reports_637285-4146.jpg?_wi=1",
|
||||
imageAlt: "Deepak Kumar",
|
||||
},
|
||||
{
|
||||
@@ -320,7 +320,7 @@ export default function HomePage() {
|
||||
handle: "Iyer Engineering",
|
||||
testimonial: "Their in-house fabrication capability combined with civil construction expertise makes them a complete solution provider. Excellent value and results delivered consistently.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=1",
|
||||
imageAlt: "Neha Iyer",
|
||||
},
|
||||
]}
|
||||
@@ -445,7 +445,7 @@ export default function HomePage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-photovoltaics-factory-technicians-monitoring-system-performance_482257-117931.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-photovoltaics-factory-technicians-monitoring-system-performance_482257-117931.jpg?_wi=1"
|
||||
imageAlt="Construction planning meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -455,7 +455,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=1"
|
||||
imageAlt="Industrial construction background"
|
||||
logoText="BMC Industries"
|
||||
copyrightText="© 2025 BMC Industries. All rights reserved."
|
||||
|
||||
@@ -60,7 +60,7 @@ export default function ProjectsPage() {
|
||||
name: "Modern Manufacturing Facility",
|
||||
price: "Large Scale",
|
||||
variant: "Steel Structure • Foundation • Turnkey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg?_wi=2",
|
||||
imageAlt: "Large modern manufacturing facility with steel structure",
|
||||
},
|
||||
{
|
||||
@@ -68,7 +68,7 @@ export default function ProjectsPage() {
|
||||
name: "Industrial Warehouse Complex",
|
||||
price: "Logistics Hub",
|
||||
variant: "PEB Structure • Cold Storage • Design-Build",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automatic-logistics-delivery-isometric-composition_1284-22854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/automatic-logistics-delivery-isometric-composition_1284-22854.jpg?_wi=2",
|
||||
imageAlt: "Large-scale warehouse with efficient layout",
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@ export default function ProjectsPage() {
|
||||
name: "Heavy Equipment Factory",
|
||||
price: "Heavy Industry",
|
||||
variant: "Structural Steel • Fabrication Unit • Civil Works",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg?_wi=2",
|
||||
imageAlt: "Specialized factory for heavy equipment manufacturing",
|
||||
},
|
||||
{
|
||||
@@ -84,7 +84,7 @@ export default function ProjectsPage() {
|
||||
name: "Commercial Industrial Park",
|
||||
price: "Multi-Unit",
|
||||
variant: "Multiple Sheds • Infrastructure • Utilities",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/window-pattern-textures-background_74190-2390.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/window-pattern-textures-background_74190-2390.jpg?_wi=2",
|
||||
imageAlt: "Industrial park with multiple connected structures",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function ProjectsPage() {
|
||||
name: "Food Processing Facility",
|
||||
price: "Specialized",
|
||||
variant: "Hygienic Design • Climate Control • Modern Standards",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145558.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145558.jpg?_wi=2",
|
||||
imageAlt: "Modern food processing facility with advanced infrastructure",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function ProjectsPage() {
|
||||
name: "Steel Fabrication Workshop",
|
||||
price: "Production Facility",
|
||||
variant: "In-House Production • Quality Control • Manufacturing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-industrial-employee-teaching-colleague-operate-machine-pointing-control-board-using-tablet_74855-16366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-industrial-employee-teaching-colleague-operate-machine-pointing-control-board-using-tablet_74855-16366.jpg?_wi=2",
|
||||
imageAlt: "Advanced steel fabrication workshop with modern equipment",
|
||||
},
|
||||
]}
|
||||
@@ -125,7 +125,7 @@ export default function ProjectsPage() {
|
||||
handle: "Sharma Manufacturing",
|
||||
testimonial: "BMC Industries delivered our factory expansion on time and within budget. Their team's expertise in steel fabrication and civil works was exceptional. Highly professional and reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18994.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18994.jpg?_wi=2",
|
||||
imageAlt: "Rajesh Sharma portrait",
|
||||
},
|
||||
{
|
||||
@@ -134,7 +134,7 @@ export default function ProjectsPage() {
|
||||
handle: "Desai Logistics Group",
|
||||
testimonial: "We partnered with BMC for our new warehouse complex. Their turnkey approach and in-house fabrication capabilities saved us significant time and costs. Excellent project management throughout.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-driving-floor-cleaning-machine_23-2148815596.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-driving-floor-cleaning-machine_23-2148815596.jpg?_wi=2",
|
||||
imageAlt: "Priya Desai portrait",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function ProjectsPage() {
|
||||
handle: "Patel Industrial Solutions",
|
||||
testimonial: "Outstanding construction quality and attention to detail. BMC's commitment to safety standards and timeline adherence impressed our entire team. We've recommended them to other manufacturers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg?_wi=2",
|
||||
imageAlt: "Amit Patel portrait",
|
||||
},
|
||||
{
|
||||
@@ -152,7 +152,7 @@ export default function ProjectsPage() {
|
||||
handle: "Reddy Food Processing",
|
||||
testimonial: "BMC understood our specialized requirements for food processing infrastructure. Their engineering expertise and quality craftsmanship resulted in a facility that exceeds our operational needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Vikram Reddy portrait",
|
||||
},
|
||||
{
|
||||
@@ -161,7 +161,7 @@ export default function ProjectsPage() {
|
||||
handle: "Kumar Steel Industries",
|
||||
testimonial: "Transparent communication, professional execution, and reliable partnership. BMC Industries is our preferred construction partner for future expansion projects.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-workers-having-meeting-with-company-managers-factory-focus-is-female-worker-is-presenting-development-reports_637285-4146.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-workers-having-meeting-with-company-managers-factory-focus-is-female-worker-is-presenting-development-reports_637285-4146.jpg?_wi=2",
|
||||
imageAlt: "Deepak Kumar portrait",
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function ProjectsPage() {
|
||||
handle: "Iyer Engineering",
|
||||
testimonial: "Their in-house fabrication capability combined with civil construction expertise makes them a complete solution provider. Excellent value and results delivered consistently.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=2",
|
||||
imageAlt: "Neha Iyer portrait",
|
||||
},
|
||||
]}
|
||||
@@ -226,7 +226,7 @@ export default function ProjectsPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-photovoltaics-factory-technicians-monitoring-system-performance_482257-117931.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-photovoltaics-factory-technicians-monitoring-system-performance_482257-117931.jpg?_wi=3"
|
||||
imageAlt="Construction planning meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -236,7 +236,7 @@ export default function ProjectsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=3"
|
||||
imageAlt="Industrial construction background"
|
||||
logoText="BMC Industries"
|
||||
copyrightText="© 2025 BMC Industries. All rights reserved."
|
||||
|
||||
@@ -188,7 +188,7 @@ export default function ServicesPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-photovoltaics-factory-technicians-monitoring-system-performance_482257-117931.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-photovoltaics-factory-technicians-monitoring-system-performance_482257-117931.jpg?_wi=2"
|
||||
imageAlt="Construction planning meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -198,7 +198,7 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=2"
|
||||
imageAlt="Industrial construction background"
|
||||
logoText="BMC Industries"
|
||||
copyrightText="© 2025 BMC Industries. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user