Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-08 23:11:11 +00:00

View File

@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import { Award, Clock, Home, MapPin, ShieldCheck, Smile } from "lucide-react";
@@ -45,41 +45,18 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars"}}
title="Elevating Spaces, Redefining Luxury."
<HeroLogoBillboard
logoText="Gonzalez Renovations"
description="Expert home renovations tailored to your vision. Crafting legacy through precision and passion."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 5"},
]}
buttons={[
{
text: "Start Project", href: "#contact"},
]}
marqueeItems={[
{
type: "text", text: "Licensed & Insured"},
{
type: "text-icon", text: "Award Winning", icon: Award,
},
{
type: "text", text: "Sustainable Materials"},
{
type: "text-icon", text: "Certified Experts", icon: ShieldCheck,
},
{
type: "text", text: "Precision Craftsmanship"},
{ text: "Start Project", href: "#contact" },
{ text: "Our Portfolio", href: "#gallery" }
]}
background={{
variant: "gradient-bars"
}}
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
frameStyle="card"
/>
</div>