Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { HardHat, Building2, Wrench, ShieldCheck, Users } from "lucide-react";
|
||||
import { HardHat, Building2, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function ConstructionPage() {
|
||||
return (
|
||||
@@ -87,11 +87,14 @@ export default function ConstructionPage() {
|
||||
description="Comprehensive services tailored to meet your construction needs."
|
||||
features={[
|
||||
{
|
||||
tag: "Construction", title: "New Construction", subtitle: "Custom Builds", description: "High-quality building services with modern architectural techniques.", imageSrc: "http://img.b2bpic.net/free-photo/bricklayer-worker-installing-brick-masonry-exterior-wall-with-trowel-putty-knife_1150-10143.jpg"},
|
||||
tag: "Construction", title: "New Construction", subtitle: "Custom Builds", description: "High-quality building services with modern architectural techniques.", imageSrc: "http://img.b2bpic.net/free-photo/bricklayer-worker-installing-brick-masonry-exterior-wall-with-trowel-putty-knife_1150-10143.jpg"
|
||||
},
|
||||
{
|
||||
tag: "Renovation", title: "Renovation", subtitle: "Expert Upgrades", description: "Transform your space with our expert interior and exterior renovation team.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg"},
|
||||
tag: "Renovation", title: "Renovation", subtitle: "Expert Upgrades", description: "Transform your space with our expert interior and exterior renovation team.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg"
|
||||
},
|
||||
{
|
||||
tag: "Management", title: "Project Management", subtitle: "Streamlined Process", description: "Efficient planning and execution for all residential and commercial projects.", imageSrc: "http://img.b2bpic.net/free-photo/glasses-measuring-instruments-near-blueprints_23-2147785567.jpg"},
|
||||
tag: "Management", title: "Project Management", subtitle: "Streamlined Process", description: "Efficient planning and execution for all residential and commercial projects.", imageSrc: "http://img.b2bpic.net/free-photo/glasses-measuring-instruments-near-blueprints_23-2147785567.jpg"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -110,6 +113,7 @@ export default function ConstructionPage() {
|
||||
{ id: "3", name: "Budget Accuracy", role: "Transparent pricing and project control." },
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,6 +125,7 @@ export default function ConstructionPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Management", role: "Lead Project Directors", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hand-pocket-looking-camera_23-2148308538.jpg" },
|
||||
{ id: "2", name: "Architecture", role: "Senior Structural Design", imageSrc: "http://img.b2bpic.net/free-photo/woman-builder-with-goggles-clipboard-high-quality-photo_114579-61045.jpg" },
|
||||
@@ -149,6 +154,7 @@ export default function ConstructionPage() {
|
||||
description="Answers to your common construction inquiries."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "What areas do you serve?", content: "We primarily serve the Luxembourg region and neighboring districts." },
|
||||
{ id: "2", title: "Do you provide free quotes?", content: "Yes, we provide detailed, no-obligation estimates for all projects." },
|
||||
@@ -169,6 +175,7 @@ export default function ConstructionPage() {
|
||||
buttonText="Get Quote"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user