Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e4e6680f5 | |||
| f82a7bc37f | |||
| 46b8b30bcf | |||
| e796438ca9 | |||
| aa1c529ec7 |
@@ -1,52 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
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"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
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"),
|
||||
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,
|
||||
},
|
||||
};
|
||||
title: "BuildCorp - Premium Construction Solutions", description: "Expert construction services for residential, commercial, and renovation projects"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1414,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
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"
|
||||
buttons={[{ text: "Learn More", href: "#services" }]}
|
||||
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"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Delayed project timelines", "Hidden cost overruns", "Inconsistent quality", "Poor communication"],
|
||||
"Delayed project timelines", "Hidden cost overruns", "Inconsistent quality", "Poor communication"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
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"
|
||||
textboxLayout="default"
|
||||
@@ -137,13 +139,17 @@ export default function LandingPage() {
|
||||
tag="Team"
|
||||
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"
|
||||
animationType="slide-up"
|
||||
@@ -156,17 +162,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
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"
|
||||
cardTag="Client Success Stories"
|
||||
|
||||
Reference in New Issue
Block a user