Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-03-13 14:14:43 +00:00

View File

@@ -2,7 +2,7 @@
import Link from "next/link";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import AboutMetric from "@/components/sections/about/AboutMetric";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
@@ -71,7 +71,7 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
<HeroBillboard
title="Luxury Exterior Remodeling, Designed to Transform Your Home"
description="Custom decks, siding, windows, gutters, cabanas, and exterior renovations crafted with premium workmanship, thoughtful design, and a process homeowners actually enjoy."
tag="Design-Driven Transformation"
@@ -83,15 +83,18 @@ export default function HomePage() {
{ text: "See Our Work", href: "#portfolio" },
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmXCNbkHFfM2mO3QwmqrqGvJIL/uploaded-1773376601252-1ghkwlm9.jpg", imageAlt: "Luxury custom deck with premium outdoor living space"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmXCNbkHFfM2mO3QwmqrqGvJIL/uploaded-1773376631557-fkuzkod8.jpg", imageAlt: "Stunning home exterior transformation project"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmXCNbkHFfM2mO3QwmqrqGvJIL/uploaded-1773376601252-1ghkwlm9.jpg"
imageAlt="Luxury custom deck with premium outdoor living space"
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by homeowners who care"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", alt: "Sarah Johnson" },
{ src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Mike Johnson" },
{ src: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Happy client" },
{ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-arms-crossed-office_23-2148180659.jpg", alt: "Satisfied homeowner" },
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-626.jpg", alt: "Client testimonial" },
{ src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", alt: "Another satisfied client" },
]}
avatarText="Trusted by homeowners who care"
/>
</div>