6 Commits

Author SHA1 Message Date
e5eacc7ecf Merge version_3 into main
Merge version_3 into main
2026-03-10 07:21:22 +00:00
6e4e6680f5 Update src/app/page.tsx 2026-03-10 07:21:18 +00:00
f82a7bc37f Merge version_2 into main
Merge version_2 into main
2026-03-10 07:19:28 +00:00
46b8b30bcf Update src/app/page.tsx 2026-03-10 07:19:24 +00:00
e796438ca9 Update src/app/layout.tsx 2026-03-10 07:19:23 +00:00
aa1c529ec7 Merge version_1 into main
Merge version_1 into main
2026-03-10 07:17:07 +00:00
2 changed files with 31 additions and 52 deletions

View File

@@ -1,52 +1,20 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "BuildCorp | Professional Construction Services", description: "Expert construction company specializing in residential, commercial, and renovation projects. 15+ years of excellence with 500+ completed projects.", keywords: "construction company, residential construction, commercial construction, renovation services, builders, construction contractor", metadataBase: new URL("https://buildcorp.com"), title: "BuildCorp - Premium Construction Solutions", description: "Expert construction services for residential, commercial, and renovation projects"};
alternates: {
canonical: "https://buildcorp.com"},
openGraph: {
title: "BuildCorp | Professional Construction Services", description: "Building excellence, one project at a time. Expert construction solutions for all your needs.", url: "https://buildcorp.com", siteName: "BuildCorp", type: "website"},
twitter: {
card: "summary_large_image", title: "BuildCorp | Professional Construction Services", description: "Expert construction company specializing in residential, commercial, and renovation projects."},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.className}>{children}
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1414,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
title="Building Your Vision" title="Building Your Vision"
description="With over 15 years in the construction industry, BuildCorp has completed hundreds of projects across residential, commercial, and renovation sectors. Our team of certified professionals brings expertise, precision, and dedication to every project, ensuring quality results on time and on budget." description="On-time, transparent, quality-guaranteed projects—every time. With over 15 years in the construction industry, BuildCorp has completed hundreds of projects across residential, commercial, and renovation sectors. Our team of certified professionals brings expertise, precision, and dedication to every project, ensuring quality results on time and on budget."
tag="Our Story" tag="Our Story"
buttons={[{ text: "Learn More", href: "#services" }]} buttons={[{ text: "Learn More", href: "#services" }]}
imageSrc="http://img.b2bpic.net/free-photo/three-factory-workers-safety-hats-discussing-manufacture-plan_1303-30638.jpg" imageSrc="http://img.b2bpic.net/free-photo/three-factory-workers-safety-hats-discussing-manufacture-plan_1303-30638.jpg"
@@ -77,11 +77,13 @@ export default function LandingPage() {
tag="Our Difference" tag="Our Difference"
negativeCard={{ negativeCard={{
items: [ items: [
"Delayed project timelines", "Hidden cost overruns", "Inconsistent quality", "Poor communication"], "Delayed project timelines", "Hidden cost overruns", "Inconsistent quality", "Poor communication"
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"On-time project delivery", "Transparent fixed pricing", "Premium quality standards", "Dedicated project managers"], "Peace of mind with timely delivery", "Budget confidence with fixed pricing", "Consistent excellence in every detail", "Direct access to your dedicated project manager"
],
}} }}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -137,13 +139,17 @@ export default function LandingPage() {
tag="Team" tag="Team"
members={[ members={[
{ {
id: "1", name: "James Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154408.jpg", imageAlt: "James Mitchell, CEO"}, id: "1", name: "James Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154408.jpg", imageAlt: "James Mitchell, CEO"
},
{ {
id: "2", name: "Sarah Bennett", role: "Project Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Bennett, Project Director"}, id: "2", name: "Sarah Bennett", role: "Project Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Bennett, Project Director"
},
{ {
id: "3", name: "Michael Torres", role: "Chief Engineer", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-standing-orange_141793-109139.jpg", imageAlt: "Michael Torres, Chief Engineer"}, id: "3", name: "Michael Torres", role: "Chief Engineer", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-standing-orange_141793-109139.jpg", imageAlt: "Michael Torres, Chief Engineer"
},
{ {
id: "4", name: "Emily Rodriguez", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg", imageAlt: "Emily Rodriguez, Operations Manager"}, id: "4", name: "Emily Rodriguez", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg", imageAlt: "Emily Rodriguez, Operations Manager"
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -156,17 +162,23 @@ export default function LandingPage() {
<TestimonialCardTwelve <TestimonialCardTwelve
testimonials={[ testimonials={[
{ {
id: "1", name: "Robert Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "Robert Johnson"}, id: "1", name: "Robert Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "Robert Johnson"
},
{ {
id: "2", name: "Patricia Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Patricia Lee"}, id: "2", name: "Patricia Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Patricia Lee"
},
{ {
id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg", imageAlt: "David Chen"}, id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg", imageAlt: "David Chen"
},
{ {
id: "4", name: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "Amanda Foster"}, id: "4", name: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "Amanda Foster"
},
{ {
id: "5", name: "Christopher Hayes", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", imageAlt: "Christopher Hayes"}, id: "5", name: "Christopher Hayes", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", imageAlt: "Christopher Hayes"
},
{ {
id: "6", name: "Michelle Davis", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", imageAlt: "Michelle Davis"}, id: "6", name: "Michelle Davis", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", imageAlt: "Michelle Davis"
},
]} ]}
cardTitle="Trusted by over 5,000 satisfied clients across the region" cardTitle="Trusted by over 5,000 satisfied clients across the region"
cardTag="Client Success Stories" cardTag="Client Success Stories"