Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 153330321f | |||
| 02dccab371 | |||
| b4b37bbe84 | |||
| f1ad020f79 | |||
| 70b8ed2d5b | |||
| d72d5b7f97 | |||
| 118364bfd1 | |||
| d6a0409cda |
152
src/app/page.tsx
152
src/app/page.tsx
@@ -4,12 +4,12 @@ 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 HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
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 ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import { Award, Clock, Home, MapPin, Smile } from "lucide-react";
|
import { Award, Clock, Home, MapPin, Smile } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -30,12 +30,18 @@ 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: "About", id: "about" },
|
name: "Home", id: "hero"},
|
||||||
{ name: "Services", id: "services" },
|
{
|
||||||
{ name: "Projects", id: "gallery" },
|
name: "About", id: "about"},
|
||||||
{ name: "Estimate", id: "estimate" },
|
{
|
||||||
{ name: "Contact", id: "contact" },
|
name: "Services", id: "services"},
|
||||||
|
{
|
||||||
|
name: "Projects", id: "gallery"},
|
||||||
|
{
|
||||||
|
name: "Contact", id: "contact"},
|
||||||
|
{
|
||||||
|
name: "Estimate", id: "estimate"},
|
||||||
]}
|
]}
|
||||||
brandName=""
|
brandName=""
|
||||||
/>
|
/>
|
||||||
@@ -44,12 +50,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Gonzalez Renovations"
|
logoText="Gonzalez Renovations"
|
||||||
description="Expert home renovations tailored to your vision. Crafting legacy through precision and passion."
|
description="Premier home renovation specialists serving the greater Austin area. Transforming local houses into high-end dream homes with expert craftsmanship."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Project", href: "#estimate" },
|
{ text: "Start Project", href: "#contact" },
|
||||||
{ text: "Our Portfolio", href: "#gallery" }
|
{ text: "Our Portfolio", href: "#gallery" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{
|
||||||
|
variant: "gradient-bars"
|
||||||
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
/>
|
/>
|
||||||
@@ -61,59 +69,103 @@ 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: "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: "f1", title: "Kitchen Remodeling", tags: [
|
||||||
{ 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" }
|
"Modern", "Custom"],
|
||||||
|
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."
|
||||||
/>
|
/>
|
||||||
</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: "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: "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>
|
</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: Clock, label: "Years Experience", value: "14+" },
|
icon: Home,
|
||||||
{ icon: Smile, label: "Happy Clients", value: "99%" }
|
label: "Homes Renovated", value: "670+"},
|
||||||
|
{
|
||||||
|
icon: Clock,
|
||||||
|
label: "Years Experience", value: "14+"},
|
||||||
|
{
|
||||||
|
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">
|
||||||
|
<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">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{
|
||||||
|
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={[{ text: "Email Us", href: "mailto:info@gonzalezrenovations.com" }]}
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Contact Us", href: "mailto:info@gonzalezrenovations.com"},
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -122,9 +174,29 @@ 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: "Services", items: [{ label: "Kitchens", href: "#services" }, { label: "Estimate", href: "#estimate" }] },
|
title: "Navigation", items: [
|
||||||
{ 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user