3 Commits

Author SHA1 Message Date
238376ebe1 Update src/app/page.tsx 2026-04-08 23:12:49 +00:00
23fbdf3ff0 Update src/app/page.tsx 2026-04-08 23:11:08 +00:00
1c74845498 Merge version_2 into main
Merge version_2 into main
2026-04-08 23:02:00 +00:00

View File

@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterMedia from '@/components/sections/footer/FooterMedia'; 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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TeamCardFive from '@/components/sections/team/TeamCardFive';
import { Award, Clock, Home, MapPin, ShieldCheck, Smile } from "lucide-react"; import { Award, Clock, Home, MapPin, ShieldCheck, Smile } from "lucide-react";
@@ -40,46 +40,23 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Gonzalez Renovations" brandName=""
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroLogoBillboard
background={{ logoText="Gonzalez Renovations"
variant: "gradient-bars"}}
title="Elevating Spaces, Redefining Luxury."
description="Expert home renovations tailored to your vision. Crafting legacy through precision and passion." 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={[ buttons={[
{ { text: "Start Project", href: "#contact" },
text: "Start Project", href: "#contact"}, { text: "Our Portfolio", href: "#gallery" }
]}
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"},
]} ]}
background={{
variant: "gradient-bars"
}}
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
frameStyle="card"
/> />
</div> </div>
@@ -149,10 +126,10 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Home, icon: Home,
label: "Homes Renovated", value: "450+"}, label: "Homes Renovated", value: "670+"},
{ {
icon: Clock, icon: Clock,
label: "Years Experience", value: "20+"}, label: "Years Experience", value: "14+"},
{ {
icon: Smile, icon: Smile,
label: "Happy Clients", value: "99%"}, label: "Happy Clients", value: "99%"},