Merge version_1 into main #1
@@ -53,7 +53,7 @@ export default function AboutPage() {
|
||||
title: "Successful Projects Completed",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architects-wearing-helmets-looking-plan_23-2147702490.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architects-wearing-helmets-looking-plan_23-2147702490.jpg?_wi=2"
|
||||
imageAlt="Empyreal Construction professional team at work"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -73,21 +73,21 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Quality First",
|
||||
description: "We never compromise on quality. Every project receives our full attention and expertise to ensure superior craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12851.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12851.jpg?_wi=2",
|
||||
imageAlt: "quality inspection construction testing",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Professional Integrity",
|
||||
description: "Honesty and transparency in all dealings. We maintain clear communication with clients at every stage of the project.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-architect-holding-plans_23-2148233676.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-architect-holding-plans_23-2148233676.jpg?_wi=2",
|
||||
imageAlt: "professional construction team coordination",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Client Focused",
|
||||
description: "Your vision is our mission. We listen carefully to understand your needs and deliver solutions that exceed expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-talking-about-construction-project_23-2148269313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-talking-about-construction-project_23-2148269313.jpg?_wi=2",
|
||||
imageAlt: "construction team discussing project with client",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins } 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 { Poppins } 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 poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
@@ -20,6 +24,37 @@ const poppins = Poppins({
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Empyreal Construction | Premium Building Services in Pretoria",
|
||||
description: "Trusted construction company in Pretoria offering residential, commercial, renovation, and project management services. 4.6★ rating from 21 clients. Get your free quote today.",
|
||||
keywords: "construction company Pretoria, residential construction, commercial building, renovation services, project management, construction services South Africa",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Empyreal Construction | Building Excellence in Pretoria",
|
||||
description: "Professional construction solutions with quality craftsmanship. Residential, commercial, renovations, and maintenance.",
|
||||
type: "website",
|
||||
siteName: "Empyreal Construction",
|
||||
url: "https://empyreal.co.za",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/medium-shot-people-talking-about-construction-project_23-2148269313.jpg",
|
||||
alt: "Empyreal Construction - Premium Building Services",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Empyreal Construction | Pretoria",
|
||||
description: "Trusted construction solutions with premium quality craftsmanship",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-people-talking-about-construction-project_23-2148269313.jpg",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +63,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${poppins.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +77,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
background={{ variant: "rotated-rays-static-grid" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-talking-about-construction-project_23-2148269313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-talking-about-construction-project_23-2148269313.jpg?_wi=1",
|
||||
imageAlt: "professional construction team building site modern",
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function HomePage() {
|
||||
title: "Completed Projects Successfully",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architects-wearing-helmets-looking-plan_23-2147702490.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architects-wearing-helmets-looking-plan_23-2147702490.jpg?_wi=1"
|
||||
imageAlt="professional construction team meeting site"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -123,42 +123,42 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Residential Construction",
|
||||
description: "High-quality residential projects built with attention to detail and modern standards",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/elegant-new-york-style-building-facade_191095-84366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/elegant-new-york-style-building-facade_191095-84366.jpg?_wi=1",
|
||||
imageAlt: "modern residential construction home building",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Commercial Construction",
|
||||
description: "Large-scale commercial projects delivered on time and within budget",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg?_wi=1",
|
||||
imageAlt: "commercial building construction modern office",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Renovations & Remodeling",
|
||||
description: "Transform existing spaces with expert renovation and remodeling services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/implements-carpenter-wooden-table_23-2148180593.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/implements-carpenter-wooden-table_23-2148180593.jpg?_wi=1",
|
||||
imageAlt: "renovation remodeling construction modern interior",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Project Management",
|
||||
description: "Expert project management ensuring quality, timeline, and budget adherence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-architect-holding-plans_23-2148233676.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-architect-holding-plans_23-2148233676.jpg?_wi=1",
|
||||
imageAlt: "construction project management coordination team",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Building Maintenance",
|
||||
description: "Comprehensive maintenance services to keep your property in pristine condition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg?_wi=1",
|
||||
imageAlt: "building maintenance repairs professional",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Quality Assurance",
|
||||
description: "Rigorous quality control at every stage of construction",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12851.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12851.jpg?_wi=1",
|
||||
imageAlt: "quality inspection construction testing",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
@@ -189,7 +189,7 @@ export default function HomePage() {
|
||||
name: "Pretoria Corporate Complex",
|
||||
price: "Multi-Million Rand",
|
||||
variant: "Commercial | Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-buildings-view_23-2149092116.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-buildings-view_23-2149092116.jpg?_wi=1",
|
||||
imageAlt: "modern corporate office building pretoria",
|
||||
},
|
||||
{
|
||||
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
name: "Derdepoort Residential Estate",
|
||||
price: "Large Scale",
|
||||
variant: "Residential | Completed 2022",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg?_wi=1",
|
||||
imageAlt: "residential estate modern homes development",
|
||||
},
|
||||
{
|
||||
@@ -205,7 +205,7 @@ export default function HomePage() {
|
||||
name: "Shopping Centre Renovation",
|
||||
price: "Premium Refurbishment",
|
||||
variant: "Renovation | Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=1",
|
||||
imageAlt: "shopping centre modern renovated interior",
|
||||
},
|
||||
{
|
||||
@@ -213,7 +213,7 @@ export default function HomePage() {
|
||||
name: "Industrial Warehouse Facility",
|
||||
price: "Large Commercial",
|
||||
variant: "Commercial | Completed 2022",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-concrete-building-with-multiple-windows_250224-252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-concrete-building-with-multiple-windows_250224-252.jpg?_wi=1",
|
||||
imageAlt: "industrial warehouse facility modern building",
|
||||
},
|
||||
]}
|
||||
@@ -246,7 +246,7 @@ export default function HomePage() {
|
||||
role: "Business Owner",
|
||||
company: "Johannesburg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-office-worker-sitting-desk_1098-21342.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-office-worker-sitting-desk_1098-21342.jpg?_wi=1",
|
||||
imageAlt: "professional business man portrait confident",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function HomePage() {
|
||||
role: "Property Developer",
|
||||
company: "Pretoria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg?_wi=1",
|
||||
imageAlt: "professional woman business portrait confident",
|
||||
},
|
||||
{
|
||||
@@ -264,7 +264,7 @@ export default function HomePage() {
|
||||
role: "Facility Manager",
|
||||
company: "Corporate Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-emotions_1303-14595.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-emotions_1303-14595.jpg?_wi=1",
|
||||
imageAlt: "professional man african portrait confident",
|
||||
},
|
||||
{
|
||||
@@ -273,7 +273,7 @@ export default function HomePage() {
|
||||
role: "Homeowner",
|
||||
company: "Derdepoort",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-with-arm-crossed_23-2148187144.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-with-arm-crossed_23-2148187144.jpg?_wi=1",
|
||||
imageAlt: "professional woman south african portrait",
|
||||
},
|
||||
{
|
||||
@@ -282,7 +282,7 @@ export default function HomePage() {
|
||||
role: "Construction Manager",
|
||||
company: "Building Solutions Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site_23-2148784064.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site_23-2148784064.jpg?_wi=1",
|
||||
imageAlt: "construction manager professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -291,7 +291,7 @@ export default function HomePage() {
|
||||
role: "Architect",
|
||||
company: "Design Studio",
|
||||
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: "architect professional woman portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function ProjectsPage() {
|
||||
name: "Pretoria Corporate Complex",
|
||||
price: "Multi-Million Rand",
|
||||
variant: "Commercial | Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-buildings-view_23-2149092116.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-buildings-view_23-2149092116.jpg?_wi=2",
|
||||
imageAlt: "Pretoria Corporate Complex - modern commercial building",
|
||||
},
|
||||
{
|
||||
@@ -56,7 +56,7 @@ export default function ProjectsPage() {
|
||||
name: "Derdepoort Residential Estate",
|
||||
price: "Large Scale",
|
||||
variant: "Residential | Completed 2022",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg?_wi=2",
|
||||
imageAlt: "Derdepoort Residential Estate - modern homes",
|
||||
},
|
||||
{
|
||||
@@ -64,7 +64,7 @@ export default function ProjectsPage() {
|
||||
name: "Shopping Centre Renovation",
|
||||
price: "Premium Refurbishment",
|
||||
variant: "Renovation | Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=2",
|
||||
imageAlt: "Shopping Centre Renovation - interior and exterior upgrade",
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function ProjectsPage() {
|
||||
name: "Industrial Warehouse Facility",
|
||||
price: "Large Commercial",
|
||||
variant: "Commercial | Completed 2022",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-concrete-building-with-multiple-windows_250224-252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-concrete-building-with-multiple-windows_250224-252.jpg?_wi=2",
|
||||
imageAlt: "Industrial Warehouse Facility - modern logistics building",
|
||||
},
|
||||
]}
|
||||
@@ -104,7 +104,7 @@ export default function ProjectsPage() {
|
||||
role: "Business Owner",
|
||||
company: "Johannesburg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-office-worker-sitting-desk_1098-21342.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-office-worker-sitting-desk_1098-21342.jpg?_wi=2",
|
||||
imageAlt: "Johan Pieterse - Business Owner",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function ProjectsPage() {
|
||||
role: "Property Developer",
|
||||
company: "Pretoria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg?_wi=2",
|
||||
imageAlt: "Maria Santos - Property Developer",
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function ProjectsPage() {
|
||||
role: "Facility Manager",
|
||||
company: "Corporate Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-emotions_1303-14595.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-emotions_1303-14595.jpg?_wi=2",
|
||||
imageAlt: "David Mthembu - Facility Manager",
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function ProjectsPage() {
|
||||
role: "Homeowner",
|
||||
company: "Derdepoort",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-with-arm-crossed_23-2148187144.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pretty-woman-with-arm-crossed_23-2148187144.jpg?_wi=2",
|
||||
imageAlt: "Lisa van der Merwe - Homeowner",
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function ProjectsPage() {
|
||||
role: "Construction Manager",
|
||||
company: "Building Solutions Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site_23-2148784064.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site_23-2148784064.jpg?_wi=2",
|
||||
imageAlt: "Thabo Molefe - Construction Manager",
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function ProjectsPage() {
|
||||
role: "Architect",
|
||||
company: "Design Studio",
|
||||
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: "Sophie Dubois - Architect",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -49,19 +49,19 @@ export default function ServicesPage() {
|
||||
imageAlt: "Residential construction excellence",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg?_wi=2",
|
||||
imageAlt: "Commercial construction project",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/implements-carpenter-wooden-table_23-2148180593.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/implements-carpenter-wooden-table_23-2148180593.jpg?_wi=2",
|
||||
imageAlt: "Renovation and remodeling services",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-architect-holding-plans_23-2148233676.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-architect-holding-plans_23-2148233676.jpg?_wi=3",
|
||||
imageAlt: "Project management coordination",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg?_wi=2",
|
||||
imageAlt: "Building maintenance and repairs",
|
||||
},
|
||||
]}
|
||||
@@ -91,42 +91,42 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Residential Construction",
|
||||
description: "High-quality residential projects built with attention to detail and modern standards",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/elegant-new-york-style-building-facade_191095-84366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/elegant-new-york-style-building-facade_191095-84366.jpg?_wi=2",
|
||||
imageAlt: "Modern residential construction project",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Commercial Construction",
|
||||
description: "Large-scale commercial projects delivered on time and within budget",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg?_wi=3",
|
||||
imageAlt: "Commercial building construction",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Renovations & Remodeling",
|
||||
description: "Transform existing spaces with expert renovation and remodeling services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/implements-carpenter-wooden-table_23-2148180593.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/implements-carpenter-wooden-table_23-2148180593.jpg?_wi=3",
|
||||
imageAlt: "Professional renovation project",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Project Management",
|
||||
description: "Expert project management ensuring quality, timeline, and budget adherence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-architect-holding-plans_23-2148233676.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-architect-holding-plans_23-2148233676.jpg?_wi=4",
|
||||
imageAlt: "Construction project management coordination",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Building Maintenance",
|
||||
description: "Comprehensive maintenance services to keep your property in pristine condition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-expert-examining-timber-block-damages-sanding-with-sandpaper_482257-89256.jpg?_wi=3",
|
||||
imageAlt: "Building maintenance and repairs",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Quality Assurance",
|
||||
description: "Rigorous quality control at every stage of construction",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12851.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12851.jpg?_wi=3",
|
||||
imageAlt: "Quality inspection during construction",
|
||||
buttonIcon: ArrowRight,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user