47 Commits

Author SHA1 Message Date
4281fafd4f Switch to version 14: modified src/app/page.tsx 2026-04-09 01:26:42 +00:00
e71e731966 Merge version_15 into main
Merge version_15 into main
2026-04-09 01:26:19 +00:00
fca881faae Update src/app/page.tsx 2026-04-09 01:26:16 +00:00
779a6d044d Switch to version 15: modified src/app/page.tsx 2026-04-09 01:25:14 +00:00
c8dd7dd5e8 Merge version_16 into main
Merge version_16 into main
2026-04-09 01:00:29 +00:00
b30791cf05 Update src/app/page.tsx 2026-04-09 01:00:23 +00:00
9cc64a25a3 Merge version_15 into main
Merge version_15 into main
2026-04-09 00:46:38 +00:00
8a63ffed6c Update src/app/page.tsx 2026-04-09 00:46:35 +00:00
e04c521287 Merge version_14 into main
Merge version_14 into main
2026-04-09 00:44:59 +00:00
6fa4d67c56 Update src/app/page.tsx 2026-04-09 00:44:56 +00:00
053714d62b Switch to version 11: modified src/app/page.tsx 2026-04-09 00:43:34 +00:00
3776722ac5 Switch to version 12: modified src/app/page.tsx 2026-04-09 00:43:30 +00:00
8c97403841 Merge version_13 into main
Merge version_13 into main
2026-04-09 00:42:59 +00:00
73690b90fc Update src/app/page.tsx 2026-04-09 00:42:56 +00:00
a14769d35a Merge version_12 into main
Merge version_12 into main
2026-04-09 00:40:29 +00:00
bbf88f2695 Update src/app/page.tsx 2026-04-09 00:40:26 +00:00
d7a01f2f65 Merge version_11 into main
Merge version_11 into main
2026-04-09 00:30:18 +00:00
3a73efba8c Update src/app/page.tsx 2026-04-09 00:30:15 +00:00
099350ec4e Merge version_11 into main
Merge version_11 into main
2026-04-09 00:29:55 +00:00
694d718006 Update src/app/page.tsx 2026-04-09 00:29:52 +00:00
1130b2aaf5 Merge version_10 into main
Merge version_10 into main
2026-04-09 00:23:15 +00:00
b0fbc1fa6f Update src/app/page.tsx 2026-04-09 00:23:09 +00:00
97b937073a Merge version_9 into main
Merge version_9 into main
2026-04-09 00:16:45 +00:00
25ba56b6ba Update src/app/page.tsx 2026-04-09 00:16:39 +00:00
0f1b7bf54f Merge version_8 into main
Merge version_8 into main
2026-04-09 00:14:55 +00:00
d81f1b1d28 Update src/app/page.tsx 2026-04-09 00:14:52 +00:00
a42e0febcb Merge version_8 into main
Merge version_8 into main
2026-04-09 00:12:55 +00:00
2f032de23d Update src/app/page.tsx 2026-04-09 00:12:49 +00:00
718971a477 Merge version_7 into main
Merge version_7 into main
2026-04-09 00:11:30 +00:00
153330321f Update src/app/page.tsx 2026-04-09 00:11:24 +00:00
07360c9dd5 Merge version_7 into main
Merge version_7 into main
2026-04-09 00:10:54 +00:00
02dccab371 Update src/app/page.tsx 2026-04-09 00:10:51 +00:00
b4b37bbe84 Merge version_6 into main
Merge version_6 into main
2026-04-09 00:07:33 +00:00
f1ad020f79 Update src/app/page.tsx 2026-04-09 00:07:27 +00:00
70b8ed2d5b Merge version_5 into main
Merge version_5 into main
2026-04-09 00:05:08 +00:00
d72d5b7f97 Update src/app/page.tsx 2026-04-09 00:05:02 +00:00
118364bfd1 Merge version_4 into main
Merge version_4 into main
2026-04-08 23:52:41 +00:00
a360666c7e Update src/app/page.tsx 2026-04-08 23:52:35 +00:00
d6a0409cda Merge version_4 into main
Merge version_4 into main
2026-04-08 23:52:06 +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

@@ -6,10 +6,11 @@ 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 TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import { Award, Clock, Home, MapPin, ShieldCheck, Smile } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import { Award, Clock, Home, MapPin, Smile } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -29,57 +30,29 @@ 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: "Contact", id: "contact" },
name: "Services", id: "services"}, { name: "Estimate", id: "estimate" },
{
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"}} description="Premier home renovation specialists serving the greater Austin area. Transforming local houses into high-end dream homes with expert craftsmanship."
title="Elevating Spaces, Redefining Luxury."
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", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" }
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"},
]} ]}
background={{
variant: "gradient-bars"
}}
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1"
frameStyle="card"
/> />
</div> </div>
@@ -89,54 +62,30 @@ 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: "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: "f2", title: "Bathroom Suites", tags: [ { 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" },
"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."
/> />
</div> </div>
<div id="team" data-section="team"> <div id="team" data-section="webild-1775693345946-s1ywdps2p">
<TeamCardFive <TeamCardEleven
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Meet Our Artisans" title="Meet our OWNERS"
description="The dedicated team behind every exquisite detail of your renovation journey." description="The driving force behind every successful renovation."
team={[ groups={[
{ { id: "g1", groupTitle: "Leadership", members: [
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: "m1", title: "Franklin Gonzalez", subtitle: "Owner", detail: "Lead owner and visionary behind the brand.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-with-helmets_23-2148751989.jpg?_wi=1" },
{ { id: "m2", title: "Carolina Garcia", subtitle: "Owner", detail: "Co-owner and design strategist.", 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>
@@ -147,73 +96,63 @@ export default function LandingPage() {
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: Award, label: "Awards Won", value: "15" },
icon: Clock, { icon: MapPin, label: "Cities Served", value: "12" },
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>
<div id="estimate" data-section="estimate">
<ContactSplitForm
title="Request An Estimate"
description="Provide your details below to begin your renovation journey with us. We serve all major areas in the greater Austin metro region."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "projectType", type: "text", placeholder: "Project Type" }
]}
textarea={{ name: "message", placeholder: "Tell us about your project", rows: 4, required: true }}
onSubmit={(data) => console.log("Form submitted to endpoint:", data)}
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2"
mediaPosition="right"
useInvertedBackground={false}
/>
</div>
<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: "Start Your Transformation", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" },
text: "Contact Us", href: "mailto:info@gonzalezrenovations.com"},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
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/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-480.jpg?id=1238642"
logoText="Gonzalez Renovations" logoText="Gonzalez Renovations"
columns={[ columns={[
{ { title: "Navigation", items: [
title: "Navigation", items: [ { label: "Home", href: "#hero" },
{ { label: "About", href: "#about" },
label: "Home", href: "#hero"}, ]},
{ { title: "Services", items: [
label: "About", href: "#about"}, { label: "Kitchens", href: "#services" },
], { label: "Baths", href: "#services" },
}, ]},
{ { title: "Company", items: [
title: "Services", items: [ { label: "Portfolio", href: "#gallery" },
{ { label: "Contact", href: "#contact" },
label: "Kitchens", href: "#services"}, ]},
{ { title: "Legal", items: [
label: "Baths", href: "#services"}, { label: "Privacy", href: "#" },
], ]},
},
{
title: "Company", items: [
{
label: "Portfolio", href: "#gallery"},
{
label: "Contact", href: "#contact"},
],
},
{
title: "Legal", items: [
{
label: "Privacy", href: "#"},
],
},
]} ]}
/> />
</div> </div>