12 Commits

Author SHA1 Message Date
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,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";
@@ -40,46 +40,23 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="Gonzalez Renovations"
brandName=""
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars"}}
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"},
]}
<HeroLogoBillboard
logoText="Gonzalez Renovations"
description="Premier home renovation specialists serving the greater Austin area. Transforming local houses into high-end dream homes with expert craftsmanship."
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>
@@ -149,10 +126,10 @@ export default function LandingPage() {
metrics={[
{
icon: Home,
label: "Homes Renovated", value: "450+"},
label: "Homes Renovated", value: "670+"},
{
icon: Clock,
label: "Years Experience", value: "20+"},
label: "Years Experience", value: "14+"},
{
icon: Smile,
label: "Happy Clients", value: "99%"},