6 Commits

Author SHA1 Message Date
0c4ca7b4c3 Update src/app/page.tsx 2026-03-08 21:58:25 +00:00
908e973864 Update src/app/layout.tsx 2026-03-08 21:58:24 +00:00
20b3fe9e0d Merge version_4 into main
Merge version_4 into main
2026-03-08 21:57:02 +00:00
10e3f9c0ef Update src/app/page.tsx 2026-03-08 21:56:58 +00:00
7eccc6747e Update src/app/layout.tsx 2026-03-08 21:56:58 +00:00
d3712b40ce Merge version_3 into main
Merge version_3 into main
2026-03-08 21:55:26 +00:00
2 changed files with 13 additions and 1403 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
showDimOverlay={true}
buttons={[
{ text: "Request a Quote", href: "contact" },
{ text: "Call Now", href: "tel:+19085551234" }
{ text: "Call Now (908) 555-1234", href: "tel:+19085551234" }
]}
/>
</div>
@@ -77,19 +77,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Dirt & Soil Hauling", description: "Transport topsoil, fill dirt, and soil amendments for landscaping and construction projects throughout the region", imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194802.jpg"
title: "Dirt & Soil Hauling", description: "Transport topsoil, fill dirt, and soil amendments for landscaping and construction projects throughout the region — delivered on schedule, every time", imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194802.jpg"
},
{
id: 2,
title: "Gravel & Stone Delivery", description: "Fast delivery of gravel, crushed stone, and decorative rock for all project sizes and types", imageSrc: "http://img.b2bpic.net/free-photo/texture-close-up-stones_23-2148198848.jpg"
title: "Gravel & Stone Delivery", description: "Fast delivery of gravel, crushed stone, and decorative rock for all project sizes and types — premium materials sourced, loaded, and delivered to meet your exact specifications", imageSrc: "http://img.b2bpic.net/free-photo/texture-close-up-stones_23-2148198848.jpg"
},
{
id: 3,
title: "Demolition Debris Removal", description: "Efficient removal and disposal of construction debris and waste materials from your sites", imageSrc: "http://img.b2bpic.net/free-photo/rusty-train-left-nature_23-2147770338.jpg"
title: "Demolition Debris Removal", description: "Efficient removal and disposal of construction debris and waste materials from your sites — swift hauling and proper disposal ensuring your project stays on schedule", imageSrc: "http://img.b2bpic.net/free-photo/rusty-train-left-nature_23-2147770338.jpg"
},
{
id: 4,
title: "Site Preparation", description: "Complete site preparation including material delivery and site grading support services", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307729.jpg"
title: "Site Preparation", description: "Complete site preparation including material delivery and site grading support services — site-ready foundations and optimal conditions for your construction projects", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307729.jpg"
}
]}
/>