Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-05 14:04:06 +00:00

View File

@@ -7,7 +7,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TeamCardFive from '@/components/sections/team/TeamFive';
import TeamCardFive from '@/components/sections/team/TeamCardFive/TeamCardFive';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -91,14 +91,13 @@ export default function LandingPage() {
{ text: "Our Services", href: "#services" }
]}
mediaItems={[
{ imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-466.jpg').url, imageAlt: "Modern house construction site" },
{ imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg').url, imageAlt: "Luxury kitchen renovation" },
{ imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/aerial-view-construction-site-with-excavator-trucks-near-waterfront-homes_1308-189688.jpg').url, imageAlt: "Commercial building construction" },
{ imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg').url, imageAlt: "Modern bathroom remodel" },
{ imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/full-shot-girl-swing_23-2149102513.jpg').url, imageAlt: "Outdoor deck construction" },
{ imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-roof-house_23-2148748851.jpg').url, imageAlt: "Roofing installation on a house" }
{ imageSrc: resolveAsset('asset://hero-carousel-1').url, imageAlt: "Modern house construction site" },
{ imageSrc: resolveAsset('asset://hero-carousel-2').url, imageAlt: "Luxury kitchen renovation" },
{ imageSrc: resolveAsset('asset://hero-carousel-3').url, imageAlt: "Commercial building construction" },
{ imageSrc: resolveAsset('asset://hero-carousel-4').url, imageAlt: "Modern bathroom remodel" },
{ imageSrc: resolveAsset('asset://hero-carousel-5').url, imageAlt: "Outdoor deck construction" },
{ imageSrc: resolveAsset('asset://hero-carousel-6').url, imageAlt: "Roofing installation on a house" }
]}
useInvertedBackground={false}
/>
</div>
@@ -118,9 +117,9 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardNineteen
features={[
{ tag: "Residential", title: "Residential Construction", subtitle: "Build Your Dream Home", description: "From custom new builds to major home additions, we create beautiful and functional living spaces tailored to your family's needs.", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/relaxed-couple-kissing_1153-957.jpg').url, imageAlt: "Residential house under construction" },
{ tag: "Commercial", title: "Commercial Projects", subtitle: "Develop Your Business Space", description: "We specialize in commercial construction, delivering high-quality, efficient, and cost-effective solutions for businesses of all sizes.", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1936.jpg').url, imageAlt: "Modern commercial building exterior" },
{ tag: "Renovations", title: "Renovations & Remodels", subtitle: "Transform Your Existing Space", description: "Whether it's a kitchen remodel, bathroom upgrade, or full home renovation, we revitalize your space with modern designs and superior finishes.", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/young-engineer-work-clothes-yellow-hardhat-dreamily-looking-aside-holding-plan-new-apartments-hands-with-red-ladder-near-repairing-flat_574295-1611.jpg').url, imageAlt: "Home renovation interior" }
{ tag: "Residential", title: "Residential Construction", subtitle: "Build Your Dream Home", description: "From custom new builds to major home additions, we create beautiful and functional living spaces tailored to your family's needs.", imageSrc: resolveAsset('asset://feature-residential').url, imageAlt: "Residential house under construction" },
{ tag: "Commercial", title: "Commercial Projects", subtitle: "Develop Your Business Space", description: "We specialize in commercial construction, delivering high-quality, efficient, and cost-effective solutions for businesses of all sizes.", imageSrc: resolveAsset('asset://feature-commercial').url, imageAlt: "Modern commercial building exterior" },
{ tag: "Renovations", title: "Renovations & Remodels", subtitle: "Transform Your Existing Space", description: "Whether it's a kitchen remodel, bathroom upgrade, or full home renovation, we revitalize your space with modern designs and superior finishes.", imageSrc: resolveAsset('asset://feature-renovation').url, imageAlt: "Home renovation interior" }
]}
title="Our Comprehensive Services"
description="From initial design to final touches, we handle every aspect of your construction needs with expertise and care."
@@ -132,12 +131,12 @@ export default function LandingPage() {
<div id="projects" data-section="projects">
<ProductCardTwo
products={[
{ id: "p1", brand: "Residential", name: "Modern Family Home", price: "Custom Quote", rating: 5, reviewCount: "21 Reviews", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg').url, imageAlt: "Completed modern family home" },
{ id: "p2", brand: "Commercial", name: "Downtown Office Space", price: "Custom Quote", rating: 5, reviewCount: "15 Reviews", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/group-engineers-working_23-2147704203.jpg').url, imageAlt: "Renovated downtown office interior" },
{ id: "p3", brand: "Renovation", name: "Luxury Bathroom Remodel", price: "Custom Quote", rating: 5, reviewCount: "10 Reviews", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/3d-rendering-modern-bathroom-with-luxury-tile-decor_105762-2079.jpg').url, imageAlt: "Luxurious renovated bathroom" },
{ id: "p4", brand: "Renovation", name: "Open Concept Kitchen", price: "Custom Quote", rating: 5, reviewCount: "18 Reviews", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/smiling-woman-pouring-hot-water-into-mug_23-2147803897.jpg').url, imageAlt: "Spacious open concept kitchen" },
{ id: "p5", brand: "Exterior", name: "Home Siding & Facade", price: "Custom Quote", rating: 5, reviewCount: "9 Reviews", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261266.jpg').url, imageAlt: "Exterior view of a newly sided home" },
{ id: "p6", brand: "Addition", name: "Custom Detached Garage", price: "Custom Quote", rating: 5, reviewCount: "7 Reviews", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283219.jpg').url, imageAlt: "Interior of a custom built garage" }
{ id: "p1", brand: "Residential", name: "Modern Family Home", price: "Custom Quote", rating: 5, reviewCount: "21 Reviews", imageSrc: resolveAsset('asset://project-1').url, imageAlt: "Completed modern family home" },
{ id: "p2", brand: "Commercial", name: "Downtown Office Space", price: "Custom Quote", rating: 5, reviewCount: "15 Reviews", imageSrc: resolveAsset('asset://project-2').url, imageAlt: "Renovated downtown office interior" },
{ id: "p3", brand: "Renovation", name: "Luxury Bathroom Remodel", price: "Custom Quote", rating: 5, reviewCount: "10 Reviews", imageSrc: resolveAsset('asset://project-3').url, imageAlt: "Luxurious renovated bathroom" },
{ id: "p4", brand: "Renovation", name: "Open Concept Kitchen", price: "Custom Quote", rating: 5, reviewCount: "18 Reviews", imageSrc: resolveAsset('asset://project-4').url, imageAlt: "Spacious open concept kitchen" },
{ id: "p5", brand: "Exterior", name: "Home Siding & Facade", price: "Custom Quote", rating: 5, reviewCount: "9 Reviews", imageSrc: resolveAsset('asset://project-5').url, imageAlt: "Exterior view of a newly sided home" },
{ id: "p6", brand: "Addition", name: "Custom Detached Garage", price: "Custom Quote", rating: 5, reviewCount: "7 Reviews", imageSrc: resolveAsset('asset://project-6').url, imageAlt: "Interior of a custom built garage" }
]}
carouselMode="buttons"
gridVariant="three-columns-all-equal-width"
@@ -168,9 +167,9 @@ export default function LandingPage() {
<div id="team" data-section="team">
<TeamCardFive
team={[
{ id: "t1", name: "John Wilson", role: "Founder & CEO", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/smiling-hard-hat-young-adult-stress-using_1134-1296.jpg').url, imageAlt: "John Wilson, Founder and CEO" },
{ id: "t2", name: "Sarah Miller", role: "Lead Project Manager", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/looking-right-engineer-girl-is-holding-hand-cheek-white-background_176474-116403.jpg').url, imageAlt: "Sarah Miller, Lead Project Manager" },
{ id: "t3", name: "David Chen", role: "Construction Foreman", imageSrc: resolveAsset('http://img.b2bpic.net/free-photo/male-carpenter-with-safety-glasses-ear-defender-around-his-neck-standing-front-wooden-workbench_23-2147944941.jpg').url, imageAlt: "David Chen, Construction Foreman" }
{ id: "t1", name: "John Wilson", role: "Founder & CEO", imageSrc: resolveAsset('asset://team-member-1').url, imageAlt: "John Wilson, Founder and CEO" },
{ id: "t2", name: "Sarah Miller", role: "Lead Project Manager", imageSrc: resolveAsset('asset://team-member-2').url, imageAlt: "Sarah Miller, Lead Project Manager" },
{ id: "t3", name: "David Chen", role: "Construction Foreman", imageSrc: resolveAsset('asset://team-member-3').url, imageAlt: "David Chen, Construction Foreman" }
]}
animationType="slide-up"
title="Meet Our Dedicated Team"
@@ -186,10 +185,10 @@ export default function LandingPage() {
rating={5}
author="Alexander Romanakis"
avatars={[
{ src: resolveAsset('http://img.b2bpic.net/free-photo/builder-man-construction-uniform-safety-helmet-holding-plan-looking-it-with-pensive-expression-thinking-with-hand-his-chin-standing-red-background_141793-137907.jpg').url, alt: "Customer Avatar 1" },
{ src: resolveAsset('http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-posing-gray-marble-wall_158595-6767.jpg').url, alt: "Customer Avatar 2" },
{ src: resolveAsset('http://img.b2bpic.net/free-photo/planning-work_1098-14911.jpg').url, alt: "Customer Avatar 3" },
{ src: resolveAsset('http://img.b2bpic.net/free-photo/medium-shot-happy-old-man-showing-approval_23-2148269353.jpg').url, alt: "Customer Avatar 4" }
{ src: resolveAsset('asset://avatar-1').url, alt: "Customer Avatar 1" },
{ src: resolveAsset('asset://avatar-2').url, alt: "Customer Avatar 2" },
{ src: resolveAsset('asset://avatar-3').url, alt: "Customer Avatar 3" },
{ src: resolveAsset('asset://avatar-4').url, alt: "Customer Avatar 4" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -205,7 +204,7 @@ export default function LandingPage() {
tagIcon={Phone}
background={{"variant":"plain"}}
useInvertedBackground={true}
imageSrc={resolveAsset('http://img.b2bpic.net/free-photo/modern-chair-decoration-livingroom-interior_74190-447.jpg').url}
imageSrc={resolveAsset('asset://contact-image').url}
imageAlt="Modern architectural office with blueprints"
mediaAnimation="opacity"
mediaPosition="right"
@@ -213,13 +212,12 @@ export default function LandingPage() {
buttonText="Send Message"
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
onSubmit={() => {}}
textboxLayout="default"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc={resolveAsset('http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16330.jpg').url}
imageSrc={resolveAsset('asset://footer-background').url}
imageAlt="Subtle construction blueprint background"
logoText="Wilson Quality Builders"
columns={[
@@ -229,7 +227,6 @@ export default function LandingPage() {
]}
copyrightText="© 2024 Wilson Quality Builders. All rights reserved."
onPrivacyClick={() => {}}
videoSrc={null}
/>
</div>
</ThemeProvider>