Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 077fdf3de1 | |||
| c2f06374d0 | |||
| 0c4ca7b4c3 | |||
| 908e973864 | |||
| 20b3fe9e0d | |||
| 10e3f9c0ef | |||
| 7eccc6747e | |||
| d3712b40ce |
1406
src/app/layout.tsx
1406
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Professional Dump Truck Hauling Services"
|
||||
description="Reliable material hauling for construction sites, landscaping projects, and contractors across New Jersey. Fast, affordable, and always on time."
|
||||
description="Reliable material hauling for construction sites, landscaping projects, and contractors across New Jersey. Fast, affordable, and always on time. Call 908-555-1234 to request a quote today."
|
||||
tag="Owner Operated"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-heavy-machinery-used-construction-industry_23-2151307709.jpg"
|
||||
imageAlt="Peterbilt dump truck loaded dirt materials"
|
||||
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user