Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-02 22:28:12 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -46,8 +46,8 @@ export default function LandingPage() {
tag="Construction Excellence"
buttons={[{ text: "Get a Free Quote", href: "/contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg", imageAlt: "Construction project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-architect-construction-site-with-level_23-2147702482.jpg", imageAlt: "Construction team" }
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg?_wi=1", imageAlt: "Construction project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-architect-construction-site-with-level_23-2147702482.jpg?_wi=1", imageAlt: "Construction team" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -64,22 +64,22 @@ export default function LandingPage() {
{
title: "Home Construction", description: "Custom built homes with high-end craftsmanship.", icon: Wrench,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg", imageAlt: "Home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg", imageAlt: "Home" }
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg?_wi=1", imageAlt: "Home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg?_wi=2", imageAlt: "Home" }
]
},
{
title: "Renovations", description: "Full home remodeling and modern upgrades.", icon: Wrench,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg", imageAlt: "Renovate" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg", imageAlt: "Renovate" }
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg?_wi=3", imageAlt: "Renovate" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg?_wi=4", imageAlt: "Renovate" }
]
},
{
title: "Commercial Projects", description: "Professional construction for your business space.", icon: Building2,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg", imageAlt: "Commercial" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg", imageAlt: "Commercial" }
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg?_wi=5", imageAlt: "Commercial" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-house-design-sketch-ready-renovation_273609-37002.jpg?_wi=6", imageAlt: "Commercial" }
]
}
]}

View File

@@ -44,22 +44,22 @@ export default function ServicesPage() {
{
title: "Residential Builds", description: "Custom homes tailored to your vision.", icon: Home,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg", imageAlt: "Home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg", imageAlt: "Home" }
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg?_wi=2", imageAlt: "Home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg?_wi=3", imageAlt: "Home" }
]
},
{
title: "Kitchen Reno", description: "Modern upgrades for your culinary space.", icon: Star,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/female-architect-construction-site-with-level_23-2147702482.jpg", imageAlt: "Kitchen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-architect-construction-site-with-level_23-2147702482.jpg", imageAlt: "Kitchen" }
{ imageSrc: "http://img.b2bpic.net/free-photo/female-architect-construction-site-with-level_23-2147702482.jpg?_wi=2", imageAlt: "Kitchen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-architect-construction-site-with-level_23-2147702482.jpg?_wi=3", imageAlt: "Kitchen" }
]
},
{
title: "Bathroom Reno", description: "Luxurious bathroom transformations.", icon: Droplet,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg", imageAlt: "Bath" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg", imageAlt: "Bath" }
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg?_wi=4", imageAlt: "Bath" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg?_wi=5", imageAlt: "Bath" }
]
}
]}