Merge version_2 into main #2
@@ -6,30 +6,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Allen's Construction | Professional Building Solutions",
|
||||
description: "Expert construction services for residential and commercial projects. 500+ completed projects, certified professionals, trusted since 2005.",
|
||||
keywords: "construction, building, residential construction, commercial construction, renovation, construction company",
|
||||
openGraph: {
|
||||
title: "Allen's Construction - Professional Building Services",
|
||||
description: "Expert construction services for residential and commercial projects. Trusted by 450+ satisfied clients.",
|
||||
siteName: "Allen's Construction",
|
||||
type: "website",
|
||||
},
|
||||
title: "Allen's Construction | Professional Building Solutions", description: "Expert construction services for residential and commercial projects. 500+ completed projects, certified professionals, trusted since 2005.", keywords: "construction, building, residential construction, commercial construction, renovation, construction company", openGraph: {
|
||||
title: "Allen's Construction - Professional Building Services", description: "Expert construction services for residential and commercial projects. Trusted by 450+ satisfied clients.", siteName: "Allen's Construction", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Allen's Construction | Professional Building Solutions",
|
||||
description: "Expert construction services with 500+ completed projects",
|
||||
},
|
||||
card: "summary_large_image", title: "Allen's Construction | Professional Building Solutions", description: "Expert construction services with 500+ completed projects"},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -1420,4 +1408,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
152
src/app/page.tsx
152
src/app/page.tsx
@@ -65,8 +65,8 @@ export default function HomePage() {
|
||||
logoText="Allen's Construction"
|
||||
description="Building dreams with precision, quality, and integrity. Professional construction services for residential and commercial projects."
|
||||
buttons={[
|
||||
{ text: "Get Free Estimate", href: "/contact" },
|
||||
{ text: "View Our Work", href: "/projects" },
|
||||
{ text: "Request Quote", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg"
|
||||
imageAlt="Modern construction site"
|
||||
@@ -102,29 +102,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Construction",
|
||||
description:
|
||||
"Custom homes and residential projects built to your specifications with attention to detail.",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Residential Construction", description:
|
||||
"Custom homes and residential projects built to your specifications with attention to detail.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Commercial Development",
|
||||
description:
|
||||
"Large-scale commercial projects including office buildings, retail spaces, and industrial facilities.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Commercial Development", description:
|
||||
"Large-scale commercial projects including office buildings, retail spaces, and industrial facilities.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Renovation & Remodeling",
|
||||
description:
|
||||
"Transform existing spaces with professional renovation services that blend functionality with aesthetics.",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Renovation & Remodeling", description:
|
||||
"Transform existing spaces with professional renovation services that blend functionality with aesthetics.", bentoComponent: "map"},
|
||||
{
|
||||
title: "Project Management",
|
||||
description:
|
||||
"Expert oversight from planning through completion, ensuring timely delivery and budget adherence.",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Project Management", description:
|
||||
"Expert oversight from planning through completion, ensuring timely delivery and budget adherence.", bentoComponent: "line-chart"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -141,26 +129,11 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Modern Residential Estate",
|
||||
price: "$2.5M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=1",
|
||||
imageAlt: "Modern residential home construction",
|
||||
},
|
||||
id: "1", name: "Modern Residential Estate", price: "$2.5M", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=1", imageAlt: "Modern residential home construction"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Corporate Office Complex",
|
||||
price: "$5.8M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=1",
|
||||
imageAlt: "Modern office building",
|
||||
},
|
||||
id: "2", name: "Corporate Office Complex", price: "$5.8M", imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=1", imageAlt: "Modern office building"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Retail Shopping Center",
|
||||
price: "$3.2M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-outside-store_23-2148238067.jpg?_wi=1",
|
||||
imageAlt: "Retail shopping center development",
|
||||
},
|
||||
id: "3", name: "Retail Shopping Center", price: "$3.2M", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-outside-store_23-2148238067.jpg?_wi=1", imageAlt: "Retail shopping center development"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -176,65 +149,29 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "David Mitchell",
|
||||
handle: "@dmitchell",
|
||||
testimonial:
|
||||
"Allen's Construction delivered our home renovation on time and under budget. Their attention to detail was exceptional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "David Mitchell",
|
||||
},
|
||||
id: "1", name: "David Mitchell", handle: "@dmitchell", testimonial:
|
||||
"Allen's Construction delivered our home renovation on time and under budget. Their attention to detail was exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "David Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sjohnson",
|
||||
testimonial:
|
||||
"Professional team, clear communication, and outstanding results. Highly recommend for any construction project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", handle: "@sjohnson", testimonial:
|
||||
"Professional team, clear communication, and outstanding results. Highly recommend for any construction project.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Chen",
|
||||
handle: "@rchen",
|
||||
testimonial:
|
||||
"We've worked with Allen's Construction on three commercial projects. Every single one exceeded our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Robert Chen",
|
||||
},
|
||||
id: "3", name: "Robert Chen", handle: "@rchen", testimonial:
|
||||
"We've worked with Allen's Construction on three commercial projects. Every single one exceeded our expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jennifer Williams",
|
||||
handle: "@jwilliams",
|
||||
testimonial:
|
||||
"From consultation to final walkthrough, the entire process was seamless. Outstanding craftsmanship and reliability.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Jennifer Williams",
|
||||
},
|
||||
id: "4", name: "Jennifer Williams", handle: "@jwilliams", testimonial:
|
||||
"From consultation to final walkthrough, the entire process was seamless. Outstanding craftsmanship and reliability.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jennifer Williams"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael Torres",
|
||||
handle: "@mtorres",
|
||||
testimonial:
|
||||
"The best construction company we've ever worked with. Trustworthy, skilled, and genuinely care about their work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Michael Torres",
|
||||
},
|
||||
id: "5", name: "Michael Torres", handle: "@mtorres", testimonial:
|
||||
"The best construction company we've ever worked with. Trustworthy, skilled, and genuinely care about their work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Michael Torres"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Amanda Foster",
|
||||
handle: "@afoster",
|
||||
testimonial:
|
||||
"Exceptional service and quality work. Allen's Construction is our go-to for all our building needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "Amanda Foster",
|
||||
},
|
||||
id: "6", name: "Amanda Foster", handle: "@afoster", testimonial:
|
||||
"Exceptional service and quality work. Allen's Construction is our go-to for all our building needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Amanda Foster"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -247,23 +184,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"National Builders Association",
|
||||
"Construction Industry Board",
|
||||
"Safety Certified Contractors",
|
||||
"Green Building Council",
|
||||
"Professional Contractors Network",
|
||||
"Industry Excellence Award",
|
||||
"Certified Construction Professionals",
|
||||
]}
|
||||
"National Builders Association", "Construction Industry Board", "Safety Certified Contractors", "Green Building Council", "Professional Contractors Network", "Industry Excellence Award", "Certified Construction Professionals"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-construction-labels-collection_23-2149571564.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-construction-project-labels_23-2149671647.jpg",
|
||||
"http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148690778.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-skyscraper-with-architecture-building-around-city_74190-2457.jpg",
|
||||
"http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gold-badge-hexagonal-shape_1017-6702.jpg",
|
||||
"http://img.b2bpic.net/free-vector/labor-day-badges-collection-flat-style_23-2147866728.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/flat-construction-labels-collection_23-2149571564.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-construction-project-labels_23-2149671647.jpg", "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148690778.jpg", "http://img.b2bpic.net/free-photo/beautiful-skyscraper-with-architecture-building-around-city_74190-2457.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg", "http://img.b2bpic.net/free-vector/gold-badge-hexagonal-shape_1017-6702.jpg", "http://img.b2bpic.net/free-vector/labor-day-badges-collection-flat-style_23-2147866728.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -291,8 +214,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
{ label: "Project Portfolio", href: "/projects" },
|
||||
@@ -300,8 +222,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Construction Tips", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -309,8 +230,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "License & Insurance", href: "#" },
|
||||
@@ -323,4 +243,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user