Update src/app/construction/page.tsx
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
@@ -42,25 +40,13 @@ export default function ConstructionPage() {
|
||||
tag="Construction Services"
|
||||
features={[
|
||||
{
|
||||
id: "barns",
|
||||
title: "Barns & Agricultural Buildings",
|
||||
description: "Complete barn construction, renovations, and metal siding installations.",
|
||||
tag: "Agricultural",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=1"
|
||||
id: "barns", title: "Barns & Agricultural Buildings", description: "Complete barn construction, renovations, and metal siding installations.", tag: "Agricultural", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "garages",
|
||||
title: "Garages & Storage Buildings",
|
||||
description: "Custom garage construction with premium finishes and durable materials.",
|
||||
tag: "Residential",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg?_wi=2"
|
||||
id: "garages", title: "Garages & Storage Buildings", description: "Custom garage construction with premium finishes and durable materials.", tag: "Residential", imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "exterior",
|
||||
title: "Exterior Renovations",
|
||||
description: "Siding, trim work, and exterior upgrades that complement your roof.",
|
||||
tag: "Renovation",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=2"
|
||||
id: "exterior", title: "Exterior Renovations", description: "Siding, trim work, and exterior upgrades that complement your roof.", tag: "Renovation", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -69,47 +55,6 @@ export default function ConstructionPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="construction-products" data-section="construction-products">
|
||||
<ProductCardTwo
|
||||
title="Construction Services Portfolio"
|
||||
description="From small repairs to complete builds, we handle every construction project with precision."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Martinez",
|
||||
name: "Custom Barn Construction",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "25+",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=2",
|
||||
imageAlt: "Custom barn construction project"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Martinez",
|
||||
name: "Garage & Storage Buildings",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "30+",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Martinez",
|
||||
name: "Exterior Renovations",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "35+",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="construction-cta" data-section="construction-cta">
|
||||
<ContactText
|
||||
text="Ready to start your construction project? Let's discuss your vision and create a plan that brings it to life."
|
||||
@@ -126,8 +71,7 @@ export default function ConstructionPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Metal Roofing", href: "/metal-roofing" },
|
||||
{ label: "Construction", href: "/construction" },
|
||||
@@ -135,23 +79,20 @@ export default function ConstructionPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Standing Seam Install", href: "/metal-roofing" },
|
||||
{ label: "Repairs & Replacement", href: "/metal-roofing" },
|
||||
{ label: "Custom Projects", href: "/construction" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user