6 Commits

Author SHA1 Message Date
7a5b15e90a Merge version_6 into main
Merge version_6 into main
2026-03-08 22:00:39 +00:00
077fdf3de1 Update src/app/page.tsx 2026-03-08 22:00:35 +00:00
c2f06374d0 Merge version_5 into main
Merge version_5 into main
2026-03-08 21:58:28 +00:00
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
2 changed files with 4 additions and 4 deletions

View File

@@ -1382,4 +1382,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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>
@@ -199,4 +199,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}