Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d4e135d74 | |||
| 29997e9e06 | |||
| cd291c3de6 |
238
src/app/page.tsx
238
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Projects", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Gonzalez Renovations"
|
||||
/>
|
||||
@@ -57,61 +47,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
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 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 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 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 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client 5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Project",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Project", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text-icon", text: "Award Winning", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award Winning",
|
||||
icon: Award,
|
||||
type: "text", text: "Sustainable Materials"},
|
||||
{
|
||||
type: "text-icon", text: "Certified Experts", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Materials",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Experts",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Craftsmanship",
|
||||
},
|
||||
type: "text", text: "Precision Craftsmanship"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,59 +90,29 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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",
|
||||
},
|
||||
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"
|
||||
description="Comprehensive renovation solutions designed to enhance the value and beauty of your home."
|
||||
@@ -191,70 +128,40 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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 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+",
|
||||
},
|
||||
label: "Homes Renovated", value: "450+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Years Experience",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Years Experience", value: "20+"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Clients",
|
||||
value: "99%",
|
||||
},
|
||||
label: "Happy Clients", value: "99%"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Awards Won",
|
||||
value: "15",
|
||||
},
|
||||
label: "Awards Won", value: "15"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Cities Served",
|
||||
value: "12",
|
||||
},
|
||||
label: "Cities Served", value: "12"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -263,14 +170,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to transform your home? Let's discuss your project."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@gonzalezrenovations.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:info@gonzalezrenovations.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,51 +185,33 @@ export default function LandingPage() {
|
||||
logoText="Gonzalez Renovations"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Kitchens",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Kitchens", href: "#services"},
|
||||
{
|
||||
label: "Baths",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Baths", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Portfolio", href: "#gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -334,4 +220,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user