Merge version_3 into main #6
@@ -1,41 +1,19 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Roboto } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Skytech Drilling | Professional Drilling & Boring Services", description: "Expert drilling, boring, and inspection services for residential and commercial projects. 20+ years experience, licensed and insured. Get a free quote today.", keywords: "drilling services, boring contractors, inspection services, foundation drilling, utility drilling, professional drilling", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Skytech Drilling | Professional Drilling & Boring Services", description: "Expert drilling, boring, and inspection services. 20+ years experience serving construction and industrial clients.", type: "website", siteName: "Skytech Drilling"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Skytech Drilling | Professional Drilling & Boring Services", description: "Expert drilling, boring, and inspection services with 20+ years industry experience."
|
||||
},
|
||||
};
|
||||
title: "Skytech Drilling | Professional Drilling Solutions", description: "Professional drilling, boring, and inspection services for construction and industrial projects."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<head />
|
||||
<body>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1403,7 +1381,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -183,28 +183,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Mitchell", role: "Project Manager", company: "BuildRight Construction", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "1", name: "John Mitchell", role: "Project Manager", company: "BuildRight Construction", rating: 5
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "Site Supervisor", company: "Premier Utilities Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "2", name: "Sarah Chen", role: "Site Supervisor", company: "Premier Utilities Inc", rating: 5
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Rodriguez", role: "Construction Director", company: "Consolidated Infrastructure", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=3", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "3", name: "Michael Rodriguez", role: "Construction Director", company: "Consolidated Infrastructure", rating: 5
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Watson", role: "Operations Manager", company: "Metro Development Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=4", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "4", name: "Emily Watson", role: "Operations Manager", company: "Metro Development Group", rating: 5
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Park", role: "Engineering Lead", company: "TechBuild Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=5", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "5", name: "David Park", role: "Engineering Lead", company: "TechBuild Solutions", rating: 5
|
||||
},
|
||||
{
|
||||
id: "6", name: "Jennifer Lopez", role: "Project Owner", company: "Signature Homes LLC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=6", imageAlt: "professional headshot business portrait construction manager industry professional"
|
||||
id: "6", name: "Jennifer Lopez", role: "Project Owner", company: "Signature Homes LLC", rating: 5
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user