Merge version_4 into main #23

Merged
bender merged 1 commits from version_4 into main 2026-04-10 01:44:08 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -43,23 +43,14 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "canvas-reveal" }}
title="Build Your Vision With San Diegos Trusted Construction Team"
description="JT Brothers Construction delivers expert remodeling, ADU construction, and custom home upgrades with craftsmanship you can trust. ⭐ 4.9 Star Rating | 80+ Verified Reviews"
buttons={[{ text: "Get Free Estimate", href: "#contact" }, { text: "View Our Work", href: "#projects" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8TYAgpfo8mE3TmExjSyM8kiZj/luxury-modern-home-remodel-exterior-with-1775784004048-491f192c.png"
imageAlt="Luxury home construction"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/premium-photo/construction-structure-concept-engineer-working-drawing-blueprint-meeting-project-working-with-partner-model-building-engineering-tools-working-site-construction-concept_265022-69850.jpg?id=126344423", alt: "Client 1" },
{ src: "http://img.b2bpic.net/premium-photo/construction-structure-concept-engineer-working-drawing-blueprint-meeting-project-working-with-partner-model-building-engineering-tools-working-site-construction-concept_265022-69850.jpg?id=126344423", alt: "Client 2" },
{ src: "http://img.b2bpic.net/premium-photo/construction-structure-concept-engineer-working-drawing-blueprint-meeting-project-working-with-partner-model-building-engineering-tools-working-site-construction-concept_265022-69850.jpg?id=126344423", alt: "Client 3" },
{ src: "http://img.b2bpic.net/premium-photo/construction-structure-concept-engineer-working-drawing-blueprint-meeting-project-working-with-partner-model-building-engineering-tools-working-site-construction-concept_265022-69850.jpg?id=126344423", alt: "Client 4" },
{ src: "http://img.b2bpic.net/premium-photo/construction-structure-concept-engineer-working-drawing-blueprint-meeting-project-working-with-partner-model-building-engineering-tools-working-site-construction-concept_265022-69850.jpg?id=126344423", alt: "Client 5" }
]}
avatarText="Trusted by 80+ local homeowners"
marqueeItems={[{ type: "text", text: "Licensed & Insured" }, { type: "text", text: "Expert Craftsmanship" }, { type: "text", text: "San Diego Based" }, { type: "text", text: "4.9 Star Rating" }, { type: "text", text: "Free Estimates" }]}
<HeroLogoBillboard
logoText="JT Brother's Construction"
description="JT Brothers Construction delivers expert remodeling, ADU construction, and custom home upgrades with craftsmanship you can trust. ⭐ 4.9 Star Rating | 80+ Verified Reviews"
buttons={[{ text: "Get Free Estimate", href: "#contact" }, { text: "View Our Work", href: "#projects" }]}
background={{ variant: "gradient-bars" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8TYAgpfo8mE3TmExjSyM8kiZj/luxury-modern-home-remodel-exterior-with-1775784004048-491f192c.png"
imageAlt="Luxury home construction"
mediaAnimation="blur-reveal"
/>
</div>