Merge version_1 into main #1
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Expert General Contracting in Moerdijk"
|
||||
description="Wood Flame Moerdijk B.V. delivers professional construction solutions with precision craftsmanship and dedicated customer service. Based locally in Moerdijk, we've built our reputation on quality work and satisfied clients."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="4.1★ Trusted Local Contractor"
|
||||
tagIcon={Award}
|
||||
buttons={[
|
||||
@@ -79,11 +79,14 @@ export default function LandingPage() {
|
||||
tagIcon={Wrench}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "General Construction", description: "Complete construction services from planning to completion, including residential and commercial projects. We handle all aspects of your building needs with precision and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-carpenter-with-protective-helmet-glasses-working-while-drilling-wooden-bar-construction-site_662251-483.jpg", imageAlt: "General construction work"},
|
||||
id: "1", title: "General Construction", description: "Complete construction services from planning to completion, including residential and commercial projects. We handle all aspects of your building needs with precision and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-carpenter-with-protective-helmet-glasses-working-while-drilling-wooden-bar-construction-site_662251-483.jpg", imageAlt: "General construction work"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Renovation & Remodeling", description: "Transform your existing spaces with our expert renovation services. We specialize in updating homes and buildings to meet modern standards while preserving quality craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad_23-2147813126.jpg", imageAlt: "Renovation and remodeling services"},
|
||||
id: "2", title: "Renovation & Remodeling", description: "Transform your existing spaces with our expert renovation services. We specialize in updating homes and buildings to meet modern standards while preserving quality craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad_23-2147813126.jpg", imageAlt: "Renovation and remodeling services"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Project Consulting", description: "Expert guidance for your construction projects. Our team provides consultation on project planning, budgeting, and timeline management to ensure successful completion.", imageSrc: "http://img.b2bpic.net/free-photo/executives-comparing-blueprint-with-actual-building_1098-4062.jpg", imageAlt: "Construction consulting services"},
|
||||
id: "3", title: "Project Consulting", description: "Expert guidance for your construction projects. Our team provides consultation on project planning, budgeting, and timeline management to ensure successful completion.", imageSrc: "http://img.b2bpic.net/free-photo/executives-comparing-blueprint-with-actual-building_1098-4062.jpg", imageAlt: "Construction consulting services"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -113,13 +116,17 @@ export default function LandingPage() {
|
||||
description="See what our satisfied customers have to say about working with Wood Flame Moerdijk"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Exceptional Service", quote: "Great company, perfectly helped there. Professional team and excellent results.", name: "Ton Wageveld", role: "Project Owner", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageAlt: "Ton Wageveld"},
|
||||
id: "1", title: "Exceptional Service", quote: "Great company, perfectly helped there. Professional team and excellent results.", name: "Ton Wageveld", role: "Project Owner", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-fashionable-teenage-girl-with-fair-hair_176532-8114.jpg", imageAlt: "Ton Wageveld"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Outstanding Support", quote: "Great company! You get great help!!! The team went above and beyond for our project.", name: "M Van Beers", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "M Van Beers"},
|
||||
id: "2", title: "Outstanding Support", quote: "Great company! You get great help!!! The team went above and beyond for our project.", name: "M Van Beers", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "M Van Beers"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Highly Recommend", quote: "Super nice people from start to finish. I would love to come back.", name: "Urban Saner", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", imageAlt: "Urban Saner"},
|
||||
id: "3", title: "Highly Recommend", quote: "Super nice people from start to finish. I would love to come back.", name: "Urban Saner", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", imageAlt: "Urban Saner"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Professional Execution", quote: "Instructions clear, documents processed quickly. Difficult access to the slope handled with expertise.", name: "Igor", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-office-workers-fooling-having-fun_1262-16036.jpg", imageAlt: "Igor"},
|
||||
id: "4", title: "Professional Execution", quote: "Instructions clear, documents processed quickly. Difficult access to the slope handled with expertise.", name: "Igor", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-office-workers-fooling-having-fun_1262-16036.jpg", imageAlt: "Igor"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user