9 Commits

Author SHA1 Message Date
d81f1b1d28 Update src/app/page.tsx 2026-04-09 00:14:52 +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

View File

@@ -8,8 +8,9 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
import FooterMedia from '@/components/sections/footer/FooterMedia';
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";
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import { Award, Clock, Home, MapPin, Smile } from "lucide-react";
export default function LandingPage() {
return (
@@ -39,6 +40,8 @@ export default function LandingPage() {
name: "Projects", id: "gallery"},
{
name: "Contact", id: "contact"},
{
name: "Estimate", id: "estimate"},
]}
brandName=""
/>
@@ -96,24 +99,24 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardFive
<div id="team" data-section="webild-1775693345946-s1ywdps2p">
<TeamCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Meet Our Artisans"
description="The dedicated team behind every exquisite detail of your renovation journey."
team={[
title="Meet our OWNERS"
description="The driving force behind every successful renovation."
groups={[
{
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: "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"},
id: "g1", groupTitle: "Leadership", members: [
{
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"
}
]
}
]}
/>
</div>
@@ -143,6 +146,16 @@ export default function LandingPage() {
/>
</div>
<div id="estimate" data-section="estimate">
<ContactCenter
tag="Get Started"
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."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
@@ -151,44 +164,37 @@ export default function LandingPage() {
text="Ready to transform your home? Let's discuss your project."
buttons={[
{
text: "Contact Us", href: "mailto:info@gonzalezrenovations.com"},
text: "Start Your Transformation", href: "mailto:info@gonzalezrenovations.com"},
]}
/>
</div>
<div id="footer" data-section="footer">
<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"
columns={[
{
title: "Navigation", items: [
{
label: "Home", href: "#hero"},
{
label: "About", href: "#about"},
{ label: "Home", href: "#hero" },
{ label: "About", href: "#about" },
],
},
{
title: "Services", items: [
{
label: "Kitchens", href: "#services"},
{
label: "Baths", href: "#services"},
{ label: "Kitchens", href: "#services" },
{ label: "Baths", href: "#services" },
],
},
{
title: "Company", items: [
{
label: "Portfolio", href: "#gallery"},
{
label: "Contact", href: "#contact"},
{ label: "Portfolio", href: "#gallery" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal", items: [
{
label: "Privacy", href: "#"},
{ label: "Privacy", href: "#" },
],
},
]}