Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c88bf54ae | |||
| a9d2457912 | |||
| 26e43efb86 | |||
| 62a94892ba |
312
src/app/page.tsx
312
src/app/page.tsx
@@ -34,31 +34,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Delrieu Construction"
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,39 +57,23 @@ export default function LandingPage() {
|
||||
description="Building dreams, one project at a time. Specializing in high-quality residential, commercial, and renovation services across the region."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "View Our Projects", href: "#projects"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-construction-workers-yard_482257-34184.jpg",
|
||||
imageAlt: "Modern construction site with heavy machinery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-construction-workers-yard_482257-34184.jpg", imageAlt: "Modern construction site with heavy machinery"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-coworkers-wearing-industrail-overall-helmet_482257-76937.jpg",
|
||||
imageAlt: "Architectural plans on a construction site",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-coworkers-wearing-industrail-overall-helmet_482257-76937.jpg", imageAlt: "Architectural plans on a construction site"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/safety-goggles-drafts-near-laptop_23-2147831945.jpg",
|
||||
imageAlt: "Interior of a building under renovation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/safety-goggles-drafts-near-laptop_23-2147831945.jpg", imageAlt: "Interior of a building under renovation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194770.jpg",
|
||||
imageAlt: "Building facade under construction",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194770.jpg", imageAlt: "Building facade under construction"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124280.jpg",
|
||||
imageAlt: "Residential house construction in progress",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124280.jpg", imageAlt: "Residential house construction in progress"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589535.jpg",
|
||||
imageAlt: "Skilled worker on a construction beam",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589535.jpg", imageAlt: "Skilled worker on a construction beam"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -112,24 +85,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Building Trust and Excellence for ",
|
||||
},
|
||||
type: "text", content: "Building Trust and Excellence for "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg",
|
||||
alt: "Construction team reviewing blueprints",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg", alt: "Construction team reviewing blueprints"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Generations",
|
||||
},
|
||||
type: "text", content: " Generations"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -142,37 +106,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "res-construction",
|
||||
title: "Residential Construction",
|
||||
description: "Crafting dream homes tailored to your lifestyle, ensuring quality and comfort.",
|
||||
tag: "Homes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drafting-tools-around-house-symbol_23-2147785571.jpg",
|
||||
imageAlt: "Residential house construction",
|
||||
},
|
||||
id: "res-construction", title: "Residential Construction", description: "Crafting dream homes tailored to your lifestyle, ensuring quality and comfort.", tag: "Homes", imageSrc: "http://img.b2bpic.net/free-photo/drafting-tools-around-house-symbol_23-2147785571.jpg", imageAlt: "Residential house construction"},
|
||||
{
|
||||
id: "com-development",
|
||||
title: "Commercial Development",
|
||||
description: "Building functional and aesthetically pleasing commercial spaces for your business needs.",
|
||||
tag: "Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg",
|
||||
imageAlt: "Commercial building development",
|
||||
},
|
||||
id: "com-development", title: "Commercial Development", description: "Building functional and aesthetically pleasing commercial spaces for your business needs.", tag: "Business", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg", imageAlt: "Commercial building development"},
|
||||
{
|
||||
id: "renovations",
|
||||
title: "Renovations & Remodels",
|
||||
description: "Transforming existing spaces with modern designs and superior quality finishes.",
|
||||
tag: "Upgrade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concrete-building-with-beautiful-carvings-lille-france_181624-16299.jpg",
|
||||
imageAlt: "Home renovation project",
|
||||
},
|
||||
id: "renovations", title: "Renovations & Remodels", description: "Transforming existing spaces with modern designs and superior quality finishes.", tag: "Upgrade", imageSrc: "http://img.b2bpic.net/free-photo/concrete-building-with-beautiful-carvings-lille-france_181624-16299.jpg", imageAlt: "Home renovation project"},
|
||||
{
|
||||
id: "sustainable-builds",
|
||||
title: "Sustainable Building",
|
||||
description: "Implementing eco-friendly practices and materials for a greener future.",
|
||||
tag: "Eco-Friendly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg",
|
||||
imageAlt: "Sustainable building with solar panels",
|
||||
},
|
||||
id: "sustainable-builds", title: "Sustainable Building", description: "Implementing eco-friendly practices and materials for a greener future.", tag: "Eco-Friendly", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg", imageAlt: "Sustainable building with solar panels"},
|
||||
]}
|
||||
title="Our Expertise: Comprehensive Construction Solutions"
|
||||
description="From concept to completion, we deliver unparalleled craftsmanship and reliability."
|
||||
@@ -187,47 +127,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "project-1",
|
||||
name: "Luxury Residences",
|
||||
price: "Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-fashion-sport-woman-posing-outdoor-summer-hot-weather-bikini-pool_231208-6836.jpg",
|
||||
imageAlt: "Exterior of a luxury residential complex",
|
||||
},
|
||||
id: "project-1", name: "Luxury Residences", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-fashion-sport-woman-posing-outdoor-summer-hot-weather-bikini-pool_231208-6836.jpg", imageAlt: "Exterior of a luxury residential complex"},
|
||||
{
|
||||
id: "project-2",
|
||||
name: "Corporate Headquarters",
|
||||
price: "Completed 2022",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-beige-suit-standing-power-pose-city-center_1258-194023.jpg",
|
||||
imageAlt: "Modern corporate office building",
|
||||
},
|
||||
id: "project-2", name: "Corporate Headquarters", price: "Completed 2022", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-beige-suit-standing-power-pose-city-center_1258-194023.jpg", imageAlt: "Modern corporate office building"},
|
||||
{
|
||||
id: "project-3",
|
||||
name: "Boutique Hotel",
|
||||
price: "Completed 2021",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg",
|
||||
imageAlt: "Stylish boutique hotel lobby",
|
||||
},
|
||||
id: "project-3", name: "Boutique Hotel", price: "Completed 2021", imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", imageAlt: "Stylish boutique hotel lobby"},
|
||||
{
|
||||
id: "project-4",
|
||||
name: "Community Hub",
|
||||
price: "Completed 2020",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666315.jpg",
|
||||
imageAlt: "Modern community center building",
|
||||
},
|
||||
id: "project-4", name: "Community Hub", price: "Completed 2020", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666315.jpg", imageAlt: "Modern community center building"},
|
||||
{
|
||||
id: "project-5",
|
||||
name: "Industrial Warehouse",
|
||||
price: "Completed 2019",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-city_1127-3350.jpg",
|
||||
imageAlt: "Large industrial warehouse exterior",
|
||||
},
|
||||
id: "project-5", name: "Industrial Warehouse", price: "Completed 2019", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-city_1127-3350.jpg", imageAlt: "Large industrial warehouse exterior"},
|
||||
{
|
||||
id: "project-6",
|
||||
name: "Eco-Friendly Home",
|
||||
price: "Completed 2018",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-toys_23-2149718460.jpg",
|
||||
imageAlt: "Modern eco-friendly home with a green roof",
|
||||
},
|
||||
id: "project-6", name: "Eco-Friendly Home", price: "Completed 2018", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-toys_23-2149718460.jpg", imageAlt: "Modern eco-friendly home with a green roof"},
|
||||
]}
|
||||
title="Our Signature Projects"
|
||||
description="Showcasing our diverse portfolio of successful projects, reflecting our commitment to quality and innovation."
|
||||
@@ -242,32 +152,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "25+",
|
||||
title: "Years Experience",
|
||||
description: "Decades of expertise in the construction industry.",
|
||||
icon: Building,
|
||||
id: "metric-1", value: "25+", title: "Years Experience", description: "Decades of expertise in the construction industry.", icon: Building,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "Delivering successful projects on time and within budget.",
|
||||
icon: Building,
|
||||
id: "metric-2", value: "500+", title: "Projects Completed", description: "Delivering successful projects on time and within budget.", icon: Building,
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Our clients consistently praise our work and service.",
|
||||
icon: Smile,
|
||||
id: "metric-3", value: "98%", title: "Client Satisfaction", description: "Our clients consistently praise our work and service.", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "100%",
|
||||
title: "Safety Record",
|
||||
description: "Zero serious incidents across all our construction sites.",
|
||||
icon: ShieldCheck,
|
||||
id: "metric-4", value: "100%", title: "Safety Record", description: "Zero serious incidents across all our construction sites.", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
@@ -281,65 +175,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "March 15, 2023",
|
||||
title: "Exceptional Home Build!",
|
||||
quote: "Delrieu Construction built our dream home with impeccable quality and attention to detail. The entire process was smooth, and the team was incredibly professional.",
|
||||
tag: "Residential Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-professional-asian-female-engineer-businesswoman-suit-safety-helmet-having-inspection-factory-looking-confident-pleased-standing-white-background_1258-97024.jpg",
|
||||
avatarAlt: "Sarah J. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-cabinetry-with-glass-doors-elegant-interior-design-featuring-natural-wood_169016-72736.jpg",
|
||||
imageAlt: "Newly built modern kitchen",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "March 15, 2023", title: "Exceptional Home Build!", quote: "Delrieu Construction built our dream home with impeccable quality and attention to detail. The entire process was smooth, and the team was incredibly professional.", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-professional-asian-female-engineer-businesswoman-suit-safety-helmet-having-inspection-factory-looking-confident-pleased-standing-white-background_1258-97024.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-cabinetry-with-glass-doors-elegant-interior-design-featuring-natural-wood_169016-72736.jpg", imageAlt: "Newly built modern kitchen"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael L.",
|
||||
date: "February 28, 2023",
|
||||
title: "Outstanding Commercial Project",
|
||||
quote: "We hired Delrieu for our new office complex, and they exceeded all expectations. The project was completed on schedule and the results are stunning. Highly recommended!",
|
||||
tag: "Commercial Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg",
|
||||
avatarAlt: "Michael L. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg",
|
||||
imageAlt: "Modern commercial office space",
|
||||
},
|
||||
id: "t2", name: "Michael L.", date: "February 28, 2023", title: "Outstanding Commercial Project", quote: "We hired Delrieu for our new office complex, and they exceeded all expectations. The project was completed on schedule and the results are stunning. Highly recommended!", tag: "Commercial Partner", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg", avatarAlt: "Michael L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", imageAlt: "Modern commercial office space"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
date: "January 20, 2023",
|
||||
title: "Flawless Renovation",
|
||||
quote: "Our home renovation was seamless from start to finish. Delrieu Construction's team was skilled, communicative, and transformed our space beautifully.",
|
||||
tag: "Renovation Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg",
|
||||
avatarAlt: "Emily R. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-kitchen-dining-area-with-natural-light_23-2151983257.jpg",
|
||||
imageAlt: "Home renovation before and after",
|
||||
},
|
||||
id: "t3", name: "Emily R.", date: "January 20, 2023", title: "Flawless Renovation", quote: "Our home renovation was seamless from start to finish. Delrieu Construction's team was skilled, communicative, and transformed our space beautifully.", tag: "Renovation Client", avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg", avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-kitchen-dining-area-with-natural-light_23-2151983257.jpg", imageAlt: "Home renovation before and after"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
date: "December 10, 2022",
|
||||
title: "Professional & Reliable",
|
||||
quote: "Delrieu Construction proved to be a reliable partner for our new residential development. Their professionalism and quality of work are unmatched.",
|
||||
tag: "Developer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/architecture-successful-meeting_23-2148480364.jpg",
|
||||
avatarAlt: "David K. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-building-elephant-sanctuary-lake-with-lotus_482257-123853.jpg",
|
||||
imageAlt: "Completed residential development",
|
||||
},
|
||||
id: "t4", name: "David K.", date: "December 10, 2022", title: "Professional & Reliable", quote: "Delrieu Construction proved to be a reliable partner for our new residential development. Their professionalism and quality of work are unmatched.", tag: "Developer", avatarSrc: "http://img.b2bpic.net/free-photo/architecture-successful-meeting_23-2148480364.jpg", avatarAlt: "David K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/wooden-building-elephant-sanctuary-lake-with-lotus_482257-123853.jpg", imageAlt: "Completed residential development"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica M.",
|
||||
date: "November 5, 2022",
|
||||
title: "Top-Tier Industrial Build",
|
||||
quote: "For our new factory, Delrieu delivered a top-tier facility that meets all our operational needs. Their project management was excellent.",
|
||||
tag: "Industrial Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-118103.jpg",
|
||||
avatarAlt: "Jessica M. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-wuxi_1127-3962.jpg",
|
||||
imageAlt: "Industrial factory exterior",
|
||||
},
|
||||
id: "t5", name: "Jessica M.", date: "November 5, 2022", title: "Top-Tier Industrial Build", quote: "For our new factory, Delrieu delivered a top-tier facility that meets all our operational needs. Their project management was excellent.", tag: "Industrial Client", avatarSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-118103.jpg", avatarAlt: "Jessica M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-wuxi_1127-3962.jpg", imageAlt: "Industrial factory exterior"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from those who have experienced the Delrieu Construction difference."
|
||||
@@ -352,30 +196,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What types of projects do you specialize in?",
|
||||
content: "Delrieu Construction specializes in a wide range of projects including custom residential homes, commercial buildings, industrial facilities, and extensive renovations or remodels. We handle projects of various scales and complexities.",
|
||||
},
|
||||
id: "faq-1", title: "What types of projects do you specialize in?", content: "Delrieu Construction specializes in a wide range of projects including custom residential homes, commercial buildings, industrial facilities, and extensive renovations or remodels. We handle projects of various scales and complexities."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How do you ensure project quality and safety?",
|
||||
content: "Our commitment to quality starts with rigorous material selection and adherence to the highest industry standards. Safety is paramount; we implement strict safety protocols, regular site inspections, and continuous training for our team members.",
|
||||
},
|
||||
id: "faq-2", title: "How do you ensure project quality and safety?", content: "Our commitment to quality starts with rigorous material selection and adherence to the highest industry standards. Safety is paramount; we implement strict safety protocols, regular site inspections, and continuous training for our team members."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can you help with design and planning?",
|
||||
content: "Yes, we offer comprehensive services from initial consultation to design and planning. Our team works closely with architects and designers, or we can recommend trusted partners, to bring your vision to life efficiently and effectively.",
|
||||
},
|
||||
id: "faq-3", title: "Can you help with design and planning?", content: "Yes, we offer comprehensive services from initial consultation to design and planning. Our team works closely with architects and designers, or we can recommend trusted partners, to bring your vision to life efficiently and effectively."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What is your typical project timeline?",
|
||||
content: "Project timelines vary greatly depending on the scope, size, and complexity. After an initial consultation and detailed planning phase, we provide a clear and realistic timeline specific to your project, with regular updates on progress.",
|
||||
},
|
||||
id: "faq-4", title: "What is your typical project timeline?", content: "Project timelines vary greatly depending on the scope, size, and complexity. After an initial consultation and detailed planning phase, we provide a clear and realistic timeline specific to your project, with regular updates on progress."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "How do I get a quote for my project?",
|
||||
content: "You can request a free, no-obligation quote by filling out our contact form or calling us directly. We'll schedule a consultation to discuss your project requirements, goals, and provide a detailed estimate.",
|
||||
},
|
||||
id: "faq-5", title: "How do I get a quote for my project?", content: "You can request a free, no-obligation quote by filling out our contact form or calling us directly. We'll schedule a consultation to discuss your project requirements, goals, and provide a detailed estimate."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our construction services and processes."
|
||||
@@ -388,14 +217,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Property Group",
|
||||
"Elite Architectural Design",
|
||||
"Sustainable Living Co.",
|
||||
"City Planning Solutions",
|
||||
"Construction Innovations Inc.",
|
||||
"Building Finance Partners",
|
||||
"Regional Developers LLC",
|
||||
]}
|
||||
"Global Property Group", "Elite Architectural Design", "Sustainable Living Co.", "City Planning Solutions", "Construction Innovations Inc.", "Building Finance Partners", "Regional Developers LLC"]}
|
||||
title="Our Valued Partners"
|
||||
description="Collaborating with industry leaders to deliver exceptional results."
|
||||
/>
|
||||
@@ -405,8 +227,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Contact us today for a free consultation and let's build something remarkable together."
|
||||
@@ -427,50 +248,31 @@ export default function LandingPage() {
|
||||
logoText="Delrieu Construction"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Projects", href: "#projects"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
label: "LinkedIn", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -480,4 +282,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user