9 Commits

Author SHA1 Message Date
4258b3242e Update src/app/page.tsx 2026-03-03 22:33:05 +00:00
906a1ba788 Update src/app/layout.tsx 2026-03-03 22:33:04 +00:00
fdb93f9fae Update src/app/page.tsx 2026-03-03 22:32:48 +00:00
f94ce06f8b Update src/app/layout.tsx 2026-03-03 22:32:47 +00:00
3c1452372a Update src/app/page.tsx 2026-03-03 22:30:51 +00:00
cfa2bab51a Update src/app/layout.tsx 2026-03-03 22:30:51 +00:00
da531e3558 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:21:08 +00:00
a7cc9abaeb Merge version_1 into main
Merge version_1 into main
2026-03-03 22:18:39 +00:00
25aaf23145 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:17:09 +00:00
2 changed files with 1380 additions and 51 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
brandName="Chase's Junk Removal" brandName="Chase's Junk Removal LLC "
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" }, { name: "Why Us", id: "why-us" },
@@ -35,25 +35,25 @@ export default function LandingPage() {
{ name: "Service Area", id: "service-area" } { name: "Service Area", id: "service-area" }
]} ]}
bottomLeftText="Fast • Affordable • Reliable" bottomLeftText="Fast • Affordable • Reliable"
bottomRightText="941-XXX-XXXX" bottomRightText="941-204-6124"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="Chase's Junk Removal" logoText="Chase's Junk Removal LLC "
description="Fast, affordable junk removal serving your community. We haul away furniture, appliances, yard waste, construction debris and more with professional reliability." description="Fast, affordable junk removal serving your community. We haul away furniture, appliances, yard waste, construction debris and more with professional reliability."
buttons={[ buttons={[
{ text: "Get Free Quote", href: "#contact" }, { text: "Get Free Quote", href: "#contact" },
{ text: "Call Now: 941-XXX-XXXX", href: "tel:941-XXX-XXXX" } { text: "Call Now: 941-204-6124", href: "tel:941-204-6124" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=1"
imageAlt="Chase's Junk Removal truck hauling items" imageAlt="Chase's Junk Removal LLC truck hauling items"
mediaAnimation="opacity" mediaAnimation="opacity"
frameStyle="card" frameStyle="card"
ariaLabel="Chase's Junk Removal hero section" ariaLabel="Chase's Junk Removal LLC hero section"
/> />
</div> </div>
@@ -92,7 +92,7 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us"> <div id="why-us" data-section="why-us">
<AboutMetric <AboutMetric
title="Why Choose Chase's Junk Removal? We deliver fast, affordable, and reliable service with professional expertise." title="Why Choose Chase's Junk Removal LLC ? We deliver fast, affordable, and reliable service with professional expertise."
metrics={[ metrics={[
{ icon: Zap, label: "Same-Day Service", value: "Fast" }, { icon: Zap, label: "Same-Day Service", value: "Fast" },
{ icon: DollarSign, label: "Affordable Pricing", value: "Best Rates" }, { icon: DollarSign, label: "Affordable Pricing", value: "Best Rates" },
@@ -188,7 +188,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
tag="Ready to Get Started?" tag="Ready to Get Started?"
title="Need Junk Gone Today?" title="Need Junk Gone Today?"
description="Call Chase's Junk Removal LLC now for a fast free estimate. We're here to help you reclaim your space." description="Call Chase's Junk Removal LLC LLC now for a fast free estimate. We're here to help you reclaim your space."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={true} useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=3"
@@ -203,7 +203,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Chase's Junk Removal LLC" logoText="Chase's Junk Removal LLC LLC"
leftLink={{ text: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms & Conditions", href: "#" }} rightLink={{ text: "Terms & Conditions", href: "#" }}
/> />