Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 114c9a8868 | |||
| efcfda9a31 |
1375
src/app/layout.tsx
1375
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Chase's Junk Removal"
|
||||
brandName="Chase's Junk Removal LLC"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<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."
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
@@ -50,10 +50,10 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
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"
|
||||
frameStyle="card"
|
||||
ariaLabel="Chase's Junk Removal hero section"
|
||||
ariaLabel="Chase's Junk Removal LLC hero section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<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={[
|
||||
{ icon: Zap, label: "Same-Day Service", value: "Fast" },
|
||||
{ icon: DollarSign, label: "Affordable Pricing", value: "Best Rates" },
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Ready to Get Started?"
|
||||
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" }}
|
||||
useInvertedBackground={true}
|
||||
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">
|
||||
<FooterLogoReveal
|
||||
logoText="Chase's Junk Removal LLC"
|
||||
logoText="Chase's Junk Removal LLC LLC"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms & Conditions", href: "#" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user