Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-10 20:34:36 +00:00
5 changed files with 66 additions and 31 deletions

View File

@@ -76,7 +76,7 @@ export default function AboutPage() {
icon: BookOpen,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374430.jpg"
imageSrc="http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374430.jpg?_wi=2"
imageAlt="Professional clean installation work"
imagePosition="right"
mediaAnimation="slide-up"

View File

@@ -58,37 +58,37 @@ export default function ContactPage() {
background={{ variant: "fluid" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg?_wi=3",
imageAlt: "HVAC technician installing air conditioner",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg?_wi=4",
imageAlt: "Professional AC installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg?_wi=4",
imageAlt: "HVAC system replacement",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg?_wi=3",
imageAlt: "HVAC maintenance service",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-smartphone_23-2150652840.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-smartphone_23-2150652840.jpg?_wi=3",
imageAlt: "Smart thermostat installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg?_wi=5",
imageAlt: "Professional installation work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg?_wi=5",
imageAlt: "New HVAC system",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg?_wi=4",
imageAlt: "Expert technician at work",
},
]}

View File

@@ -1,29 +1,62 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } 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 { Manrope } from "next/font/google";
import { DM_Sans } 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 manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "HVAC Installation & Maintenance | Tra Preventative Maintenance",
description: "Professional air conditioning installation, HVAC replacement, and preventative maintenance services. Trusted technicians providing reliable service and expert customer education.",
keywords: "HVAC installation, air conditioning service, HVAC maintenance, thermostat installation, heating and cooling",
openGraph: {
title: "Reliable HVAC Service | Tra Preventative Maintenance",
description: "Professional HVAC installation, replacement, and maintenance for residential homes. Expert technicians you can trust.",
siteName: "Tra Preventative Maintenance",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg",
alt: "Professional HVAC technician installation",
},
],
},
twitter: {
card: "summary_large_image",
title: "HVAC Installation & Maintenance Services",
description: "Professional air conditioning and heating services with expert technicians.",
images: ["http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +65,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -52,37 +52,37 @@ export default function HomePage() {
background={{ variant: "fluid" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg?_wi=1",
imageAlt: "HVAC technician installing air conditioner"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg?_wi=1",
imageAlt: "Professional AC installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg?_wi=1",
imageAlt: "HVAC system replacement"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg?_wi=1",
imageAlt: "HVAC maintenance service"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-smartphone_23-2150652840.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-smartphone_23-2150652840.jpg?_wi=1",
imageAlt: "Smart thermostat installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg?_wi=2",
imageAlt: "Professional installation work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg?_wi=2",
imageAlt: "New HVAC system"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53087.jpg?_wi=2",
imageAlt: "Expert technician at work"
}
]}
@@ -126,7 +126,7 @@ export default function HomePage() {
icon: BookOpen
}
]}
imageSrc="http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374430.jpg"
imageSrc="http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374430.jpg?_wi=1"
imageAlt="Professional clean installation work"
imagePosition="right"
mediaAnimation="slide-up"

View File

@@ -45,28 +45,28 @@ export default function ServicesPage() {
id: 1,
title: "Air Conditioner Installation",
description: "Professional AC system installation with expert setup, proper sizing, and optimal performance. We ensure your new unit is installed correctly for maximum efficiency and comfort.",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg?_wi=3",
imageAlt: "AC installation service"
},
{
id: 2,
title: "HVAC System Replacement",
description: "Upgrade old heating and cooling systems to efficient new units. We handle the entire process from removal to installation, ensuring a smooth transition to better performance.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg?_wi=3",
imageAlt: "HVAC system replacement"
},
{
id: 3,
title: "Smart Thermostat Installation",
description: "Installation and Wi-Fi setup for smart thermostats. We configure your device and ensure you're comfortable controlling your home's temperature from anywhere.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-smartphone_23-2150652840.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-smartphone_23-2150652840.jpg?_wi=2",
imageAlt: "Smart thermostat installation"
},
{
id: 4,
title: "Preventative Maintenance",
description: "Regular maintenance to keep systems running efficiently and prevent costly breakdowns. Scheduled service ensures your HVAC operates at peak performance year-round.",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg?_wi=2",
imageAlt: "Preventative maintenance service"
}
]}