Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c8285ea86 | |||
| f44e283955 |
145
src/app/page.tsx
145
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "home"},
|
||||||
id: "home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Vale G Remodeling"
|
brandName="Vale G Remodeling"
|
||||||
/>
|
/>
|
||||||
@@ -55,33 +47,21 @@ export default function LandingPage() {
|
|||||||
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={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
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=1"
|
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=1"
|
||||||
imageAlt="Professional home remodeling interior"
|
imageAlt="Professional home remodeling interior"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515819.jpg",
|
src: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515819.jpg", alt: "Client 1"},
|
||||||
alt: "Client 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574064.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574064.jpg", alt: "Client 2"},
|
||||||
alt: "Client 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
|
src: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", alt: "Client 3"},
|
||||||
alt: "Client 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg", alt: "Client 4"},
|
||||||
alt: "Client 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-female-engineer-with-drafts_23-2147771738.jpg",
|
src: "http://img.b2bpic.net/free-photo/cheerful-female-engineer-with-drafts_23-2147771738.jpg", alt: "Client 5"},
|
||||||
alt: "Client 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by over 500+ happy homeowners"
|
avatarText="Trusted by over 500+ happy homeowners"
|
||||||
/>
|
/>
|
||||||
@@ -92,29 +72,14 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Flooring",
|
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"},
|
||||||
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: "Kitchen Remodel",
|
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"},
|
||||||
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: "Bathroom Reno",
|
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"},
|
||||||
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="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."
|
||||||
@@ -128,40 +93,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "John Doe", role: "Homeowner", testimonial: "Excellent service and craftsmanship. Our floors look amazing.", imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515819.jpg"},
|
||||||
name: "John Doe",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "Excellent service and craftsmanship. Our floors look amazing.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515819.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jane Smith", role: "Homeowner", testimonial: "Very professional and cleaned up nicely every day.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574064.jpg"},
|
||||||
name: "Jane Smith",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "Very professional and cleaned up nicely every day.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574064.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Mike Brown", role: "Homeowner", testimonial: "Best remodel experience we've had so far.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg"},
|
||||||
name: "Mike Brown",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "Best remodel experience we've had so far.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Sarah Lee", role: "Homeowner", testimonial: "Kitchen remodel turned out perfectly. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg"},
|
||||||
name: "Sarah Lee",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "Kitchen remodel turned out perfectly. Highly recommend.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Tom White", role: "Homeowner", testimonial: "Professional team that delivered on every promise.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-engineer-with-drafts_23-2147771738.jpg"},
|
||||||
name: "Tom White",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "Professional team that delivered on every promise.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-engineer-with-drafts_23-2147771738.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Success Stories"
|
title="Client Success Stories"
|
||||||
description="See why homeowners choose Vale G Remodeling."
|
description="See why homeowners choose Vale G Remodeling."
|
||||||
@@ -175,25 +115,13 @@ export default function LandingPage() {
|
|||||||
tag="Why Trust Us"
|
tag="Why Trust Us"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "15+", description: "Years of experience"},
|
||||||
value: "15+",
|
|
||||||
description: "Years of experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "500+", description: "Projects completed"},
|
||||||
value: "500+",
|
|
||||||
description: "Projects completed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "100%", description: "Satisfaction rate"},
|
||||||
value: "100%",
|
|
||||||
description: "Satisfaction rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "24/7", description: "Customer support"},
|
||||||
value: "24/7",
|
|
||||||
description: "Customer support",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -203,8 +131,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
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."
|
||||||
@@ -220,29 +147,19 @@ export default function LandingPage() {
|
|||||||
logoText="Vale G Remodeling"
|
logoText="Vale G Remodeling"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Flooring",
|
label: "Flooring", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Remodeling",
|
label: "Remodeling", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -251,4 +168,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user