Compare commits
35 Commits
version_1
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| bbf88f2695 | |||
| d7a01f2f65 | |||
| 3a73efba8c | |||
| 099350ec4e | |||
| 694d718006 | |||
| 1130b2aaf5 | |||
| b0fbc1fa6f | |||
| 97b937073a | |||
| 25ba56b6ba | |||
| 0f1b7bf54f | |||
| d81f1b1d28 | |||
| a42e0febcb | |||
| 2f032de23d | |||
| 718971a477 | |||
| 153330321f | |||
| 07360c9dd5 | |||
| 02dccab371 | |||
| b4b37bbe84 | |||
| f1ad020f79 | |||
| 70b8ed2d5b | |||
| d72d5b7f97 | |||
| 118364bfd1 | |||
| a360666c7e | |||
| d6a0409cda | |||
| 35404a4415 | |||
| d8f6df9585 | |||
| a9a28beb4e | |||
| da3edfb7dc | |||
| 238376ebe1 | |||
| 473b5e169b | |||
| 23fbdf3ff0 | |||
| 1c74845498 | |||
| 2d4e135d74 | |||
| 29997e9e06 | |||
| cd291c3de6 |
333
src/app/page.tsx
333
src/app/page.tsx
@@ -4,12 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
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";
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import { Award, Clock, Home, MapPin, Smile, ChefHat, Bath, Home as HomeIcon, Footprints, Trees, Hammer } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,305 +30,131 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Projects", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Estimate", id: "estimate" },
|
||||
]}
|
||||
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", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" },
|
||||
{ text: "Our Portfolio", onClick: () => window.location.href = "https://google.com" }
|
||||
]}
|
||||
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 id="services" data-section="services">
|
||||
<FeatureCardTwentyThree
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "Kitchen Remodeling", description: "Modern and functional kitchen designs tailored to your cooking needs.", imageSrc: "" },
|
||||
{ title: "Bathroom Suites", description: "Create a luxurious spa experience within your own home.", imageSrc: "" },
|
||||
{ title: "Home Extensions", description: "Expand your living space with seamless, high-quality room additions.", imageSrc: "" },
|
||||
{ title: "Flooring & Tiling", description: "Durable, elegant flooring solutions to ground your living spaces.", imageSrc: "" },
|
||||
{ title: "Exterior Renovations", description: "Enhance your curb appeal with professional stone and masonry work.", imageSrc: "" },
|
||||
{ title: "Custom Carpentry", description: "Bespoke cabinetry and detailed woodwork for a unique finish.", imageSrc: "" },
|
||||
]}
|
||||
title="Our Expertise"
|
||||
description="Comprehensive renovation solutions designed to enhance the value and beauty of your home."
|
||||
/>
|
||||
</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={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
title="Meet our OWNERS"
|
||||
description="The driving force behind every successful renovation."
|
||||
groups={[
|
||||
{ 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 id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Built on Results"
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
icon: Home,
|
||||
label: "Homes Renovated",
|
||||
value: "450+",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
{ icon: Home, 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 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">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to transform your home? Let's discuss your project."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@gonzalezrenovations.com",
|
||||
},
|
||||
{ text: "Start Your Transformation", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [
|
||||
{ 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>
|
||||
|
||||
Reference in New Issue
Block a user