Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a61e53380b | |||
| 186a1562ff | |||
| fdf7bf7804 | |||
| dd024e670f | |||
| d46c7958e0 | |||
| f612eaf4b3 |
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Expert Home Remodeling & Flooring Services"
|
title="Upgrade Your Home with Expert Craftsmanship & Reliable Flooring"
|
||||||
description="Transforming your living space with precision, quality, and care. Vale G Remodeling brings your vision to life."
|
description="Transforming your living space with precision, quality, and care. Vale G Remodeling brings your vision to life."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -75,11 +75,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Flooring", description: "Laminate, hardwood, and tile installation for any room.", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man_23-2147773333.jpg", titleIconSrc: "CheckCircle", buttonText: "See Work"},
|
title: "Flooring", description: "Laminate, hardwood, and tile installation for any room.", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man_23-2147773333.jpg", titleIconSrc: "Sparkles", buttonText: "See Work"},
|
||||||
{
|
{
|
||||||
title: "Kitchen Remodel", description: "Full kitchen renovations from cabinetry to countertops.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-herbals-cream-table_23-2148317633.jpg", titleIconSrc: "CheckCircle", buttonText: "See Work"},
|
title: "Kitchen Remodel", description: "Full kitchen renovations from cabinetry to countertops.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-herbals-cream-table_23-2148317633.jpg", titleIconSrc: "Sparkles", buttonText: "See Work"},
|
||||||
{
|
{
|
||||||
title: "Bathroom Reno", description: "Complete bathroom makeovers and modern upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-with-bathtub-shower_23-2151995358.jpg", titleIconSrc: "CheckCircle", buttonText: "See Work"},
|
title: "Bathroom Reno", description: "Complete bathroom makeovers and modern upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-with-bathtub-shower_23-2151995358.jpg", titleIconSrc: "Sparkles", buttonText: "See Work"},
|
||||||
]}
|
]}
|
||||||
title="Our Expertise"
|
title="Our Expertise"
|
||||||
description="We specialize in high-quality home renovations and flooring solutions."
|
description="We specialize in high-quality home renovations and flooring solutions."
|
||||||
@@ -134,10 +134,13 @@ export default function LandingPage() {
|
|||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Let's Connect"
|
tag="Let's Connect"
|
||||||
title="Start Your Project"
|
title="Start Your Project"
|
||||||
description="Ready to get started? Contact us today for a consultation."
|
description="Ready to get started? Contact us today for a consultation. Our team is available to discuss your remodeling needs and provide a free quote."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/smart-indian-carpenter-contractor-with-goggle-headphone-check-white-ceiling-cornice-interior-decoration-house-concept_609648-1331.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/smart-indian-carpenter-contractor-with-goggle-headphone-check-white-ceiling-cornice-interior-decoration-house-concept_609648-1331.jpg?_wi=2"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
inputPlaceholder="Enter your email address"
|
||||||
|
buttonText="Send Request"
|
||||||
|
termsText="By submitting, you agree to our privacy policy and consultation terms."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -145,21 +148,26 @@ export default function LandingPage() {
|
|||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/smart-indian-carpenter-contractor-with-goggle-headphone-check-white-ceiling-cornice-interior-decoration-house-concept_609648-1331.jpg?_wi=3"
|
imageSrc="http://img.b2bpic.net/free-photo/smart-indian-carpenter-contractor-with-goggle-headphone-check-white-ceiling-cornice-interior-decoration-house-concept_609648-1331.jpg?_wi=3"
|
||||||
logoText="Vale G Remodeling"
|
logoText="Vale G Remodeling"
|
||||||
|
copyrightText="© 2025 Vale G Remodeling. All Rights Reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Company Services", items: [
|
||||||
{
|
{
|
||||||
label: "Flooring", href: "#services"},
|
label: "Flooring Installation", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "Remodeling", href: "#services"},
|
label: "Kitchen Renovation", href: "#services"},
|
||||||
|
{
|
||||||
|
label: "Bathroom Remodeling", href: "#services"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Navigation", items: [
|
||||||
{
|
{
|
||||||
label: "About Us", href: "#about"},
|
label: "Home", href: "#home"},
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#contact"},
|
label: "Our Impact", href: "#metric"},
|
||||||
|
{
|
||||||
|
label: "Contact Us", href: "#contact"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user