Merge version_1 into main #1
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Lato } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato",
|
||||
@@ -20,6 +24,39 @@ const lato = Lato({
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Fast & Affordable Junk Removal in NEPA | 2 Guys One Truck",
|
||||
description: "Professional junk removal service in Northeast Pennsylvania. Same-day service available. Free estimates. 5-star rated local business. Call (570) 479-0329 today.",
|
||||
keywords: "junk removal Moosic PA, junk removal Scranton PA, basement cleanout NEPA, furniture removal, appliance removal, local junk hauling",
|
||||
metadataBase: new URL("https://2guysonetruckjunk.com"),
|
||||
alternates: {
|
||||
canonical: "https://2guysonetruckjunk.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "2 Guys One Truck - Junk Removal NEPA",
|
||||
description: "Fast & affordable junk removal service. Same-day service available. Free estimates. 5-star rated.",
|
||||
url: "https://2guysonetruckjunk.com",
|
||||
siteName: "2 Guys One Truck",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/flat-d-isometric-online-internet-web-shopping-delivery-home-office-moving-concept_126523-1461.jpg",
|
||||
alt: "2 Guys One Truck junk removal service",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "2 Guys One Truck - Junk Removal NEPA",
|
||||
description: "Professional junk removal service serving Northeast Pennsylvania. Call today for a free quote!",
|
||||
images: ["http://img.b2bpic.net/free-vector/flat-d-isometric-online-internet-web-shopping-delivery-home-office-moving-concept_126523-1461.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -101,25 +101,25 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14649.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14649.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-shopping-bags-close-up_23-2148225710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-shopping-bags-close-up_23-2148225710.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1652.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1652.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -85,25 +85,25 @@ export default function ReviewsPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14649.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14649.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-shopping-bags-close-up_23-2148225710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-shopping-bags-close-up_23-2148225710.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1652.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1652.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
@@ -172,25 +172,25 @@ export default function ReviewsPage() {
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14649.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14649.jpg?_wi=3",
|
||||
imageAlt: "Jennifer Martinez",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3",
|
||||
imageAlt: "Robert Thompson",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Lisa Anderson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-shopping-bags-close-up_23-2148225710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-shopping-bags-close-up_23-2148225710.jpg?_wi=3",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1652.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1652.jpg?_wi=3",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user