9 Commits

Author SHA1 Message Date
a360666c7e Update src/app/page.tsx 2026-04-08 23:52:35 +00:00
35404a4415 Update src/app/page.tsx 2026-04-08 23:52:00 +00:00
d8f6df9585 Switch to version 3: modified src/app/page.tsx 2026-04-08 23:12:57 +00:00
a9a28beb4e Switch to version 2: modified src/app/page.tsx 2026-04-08 23:12:52 +00:00
da3edfb7dc Merge version_3 into main
Merge version_3 into main
2026-04-08 23:12:52 +00:00
238376ebe1 Update src/app/page.tsx 2026-04-08 23:12:49 +00:00
473b5e169b Merge version_3 into main
Merge version_3 into main
2026-04-08 23:11:11 +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

@@ -4,12 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
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, Smile } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -29,57 +30,28 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", id: "hero"}, { name: "About", id: "about" },
{ { name: "Services", id: "services" },
name: "About", id: "about"}, { name: "Projects", id: "gallery" },
{ { name: "Estimate", id: "estimate" },
name: "Services", id: "services"}, { name: "Contact", id: "contact" },
{
name: "Projects", id: "gallery"},
{
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: "#estimate" },
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>
@@ -89,30 +61,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { id: "f1", title: "Kitchen Remodeling", tags: ["Modern", "Custom"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1" },
id: "f1", title: "Kitchen Remodeling", tags: [ { id: "f2", title: "Bathroom Suites", tags: ["Spa", "Elegant"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2" },
"Modern", "Custom"], { id: "f3", title: "Home Extensions", tags: ["Spacious", "Seamless"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3" }
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1"},
{
id: "f2", title: "Bathroom Suites", tags: [
"Spa", "Elegant"],
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2"},
{
id: "f3", title: "Home Extensions", tags: [
"Spacious", "Seamless"],
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3"},
{
id: "f4", title: "Flooring & Tiling", tags: [
"Durable", "Classic"],
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=4"},
{
id: "f5", title: "Exterior Renovations", tags: [
"Curb Appeal", "Stone"],
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=5"},
{
id: "f6", title: "Custom Carpentry", tags: [
"Bespoke", "Detailed"],
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=6"},
]} ]}
title="Our Expertise" title="Our Expertise"
description="Comprehensive renovation solutions designed to enhance the value and beauty of your home." description="Comprehensive renovation solutions designed to enhance the value and beauty of your home."
@@ -127,41 +78,32 @@ export default function LandingPage() {
title="Meet Our Artisans" title="Meet Our Artisans"
description="The dedicated team behind every exquisite detail of your renovation journey." description="The dedicated team behind every exquisite detail of your renovation journey."
team={[ team={[
{ { id: "t1", name: "Elena Gonzalez", role: "Principal Architect", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=1" },
id: "t1", name: "Elena Gonzalez", role: "Principal Architect", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=1"}, { id: "t2", name: "Marcus Thorne", role: "Lead Contractor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=2" }
{
id: "t2", name: "Marcus Thorne", role: "Lead Contractor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=2"},
{
id: "t3", name: "Sarah Jenkins", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=3"},
{
id: "t4", name: "David Wu", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=4"},
{
id: "t5", name: "Sofia Rossi", role: "Carpenter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=5"},
]} ]}
/> />
</div> </div>
<div id="estimate" data-section="estimate">
<ContactCenter
tag="Request Quote"
title="Get Your Project Estimate"
description="Provide your details below, and we will get back to you with a personalized estimate for your home renovation project."
background={{ variant: "animated-grid" }}
buttonText="Submit Request"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
useInvertedBackground={true} useInvertedBackground={true}
title="Built on Results" title="Built on Results"
metricsAnimation="slide-up" metricsAnimation="slide-up"
metrics={[ metrics={[
{ { icon: Home, label: "Homes Renovated", value: "670+" },
icon: Home, { icon: Clock, label: "Years Experience", value: "14+" },
label: "Homes Renovated", value: "450+"}, { icon: Smile, label: "Happy Clients", value: "99%" }
{
icon: Clock,
label: "Years Experience", value: "20+"},
{
icon: Smile,
label: "Happy Clients", value: "99%"},
{
icon: Award,
label: "Awards Won", value: "15"},
{
icon: MapPin,
label: "Cities Served", value: "12"},
]} ]}
/> />
</div> </div>
@@ -169,13 +111,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars"}}
text="Ready to transform your home? Let's discuss your project." text="Ready to transform your home? Let's discuss your project."
buttons={[ buttons={[{ text: "Email Us", href: "mailto:info@gonzalezrenovations.com" }]}
{
text: "Contact Us", href: "mailto:info@gonzalezrenovations.com"},
]}
/> />
</div> </div>
@@ -184,36 +122,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=7" imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=7"
logoText="Gonzalez Renovations" logoText="Gonzalez Renovations"
columns={[ columns={[
{ { title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
title: "Navigation", items: [ { title: "Services", items: [{ label: "Kitchens", href: "#services" }, { label: "Estimate", href: "#estimate" }] },
{ { title: "Company", items: [{ label: "Contact", href: "#contact" }] }
label: "Home", href: "#hero"},
{
label: "About", href: "#about"},
],
},
{
title: "Services", items: [
{
label: "Kitchens", href: "#services"},
{
label: "Baths", href: "#services"},
],
},
{
title: "Company", items: [
{
label: "Portfolio", href: "#gallery"},
{
label: "Contact", href: "#contact"},
],
},
{
title: "Legal", items: [
{
label: "Privacy", href: "#"},
],
},
]} ]}
/> />
</div> </div>