10 Commits

Author SHA1 Message Date
dc0a59cefa Merge version_3 into main
Merge version_3 into main
2026-03-03 18:39:03 +00:00
63ec2becaa Update src/app/page.tsx 2026-03-03 18:38:55 +00:00
467e18263b Update src/app/layout.tsx 2026-03-03 18:38:53 +00:00
99c10db7f8 Merge version_1 into main
Merge version_1 into main
2026-03-03 18:16:02 +00:00
d40f8a5297 Merge version_2 into main
Merge version_2 into main
2026-03-03 18:08:15 +00:00
1b10cf09e3 Update src/app/page.tsx 2026-03-03 18:08:09 +00:00
c60b789c9b Merge version_1 into main
Merge version_1 into main
2026-03-03 18:07:34 +00:00
7f88ddde9b Merge version_2 into main
Merge version_2 into main
2026-03-03 17:58:35 +00:00
743aa890af Update src/app/layout.tsx 2026-03-03 17:58:24 +00:00
94d162ac27 Merge version_1 into main
Merge version_1 into main
2026-03-03 17:57:41 +00:00
2 changed files with 13 additions and 40 deletions

View File

@@ -1,39 +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: `
@@ -1401,7 +1381,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -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={[