8 Commits

Author SHA1 Message Date
dd56fc5d77 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:34:41 +00:00
114c9a8868 Update src/app/page.tsx 2026-03-03 22:34:36 +00:00
efcfda9a31 Update src/app/layout.tsx 2026-03-03 22:34:36 +00:00
e69df29e97 Switch to version 1: modified src/app/page.tsx 2026-03-03 22:33:15 +00:00
4d16ef51e7 Switch to version 1: modified src/app/layout.tsx 2026-03-03 22:33:15 +00:00
b629bba92d Merge version_2 into main
Merge version_2 into main
2026-03-03 22:33:10 +00:00
b3b96b4d99 Merge version_2 into main
Merge version_2 into main
2026-03-03 22:32:53 +00:00
2d20529db6 Merge version_2 into main
Merge version_2 into main
2026-03-03 22:30:56 +00:00
2 changed files with 52 additions and 14 deletions

View File

@@ -1,17 +1,54 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Source_Sans_3 } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Chase's Junk Removal LLC ", description: "Fast, affordable junk removal serving your community"};
title: "Chase's Junk Removal LLC LLC | Fast, Affordable Hauling Services", description: "Professional junk removal serving North Port, Sarasota, Port Charlotte, Venice & Punta Gorda. Same-day service, free quotes, eco-friendly disposal.", keywords: "junk removal, furniture removal, house cleanout, yard waste removal, construction debris, appliance removal, North Port, Sarasota", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Chase's Junk Removal LLC LLC | Fast & Affordable Service", description: "Get your junk hauled away fast. Free quotes, same-day service available. Serving North Port, Sarasota, Port Charlotte, Venice & Punta Gorda.", type: "website", siteName: "Chase's Junk Removal LLC LLC", images: [
{
url: "http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg", alt: "Chase's Junk Removal LLC truck"},
],
},
twitter: {
card: "summary_large_image", title: "Chase's Junk Removal LLC LLC | Fast & Affordable", description: "Professional junk removal serving Southwest Florida. Free quotes, same-day service.", images: ["http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg"],
},
};
export default function RootLayout({
children,
}: {
}: Readonly<{
children: React.ReactNode;
}) {
}>) {
return (
<html lang="en">
<body>{children}
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -2746,6 +2783,7 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Chase's Junk Removal LLC "
brandName="Chase's Junk Removal LLC"
navItems={[
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
@@ -35,25 +35,25 @@ export default function LandingPage() {
{ name: "Service Area", id: "service-area" }
]}
bottomLeftText="Fast • Affordable • Reliable"
bottomRightText="941-204-6124"
bottomRightText="941-XXX-XXXX"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Chase's Junk Removal LLC "
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" },
{ text: "Call Now: 941-204-6124", href: "tel:941-204-6124" }
{ text: "Call Now: 941-XXX-XXXX", href: "tel:941-XXX-XXXX" }
]}
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 LLC truck hauling items"
imageAlt="Chase's Junk Removal LLC truck hauling items"
mediaAnimation="opacity"
frameStyle="card"
ariaLabel="Chase's Junk Removal LLC 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 LLC ? 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 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 LLC"
logoText="Chase's Junk Removal LLC LLC"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms & Conditions", href: "#" }}
/>