Merge version_2 into main #2

Merged
bender merged 3 commits from version_2 into main 2026-03-09 20:26:07 +00:00
3 changed files with 45 additions and 53 deletions

View File

@@ -1,55 +1,38 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { Inter_Tight } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { ServiceWrapper } from "@/providers/serviceWrapper";
import { Tag } from "@/components/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 openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "HVAC Services Sacramento | BlueForge Climate Solutions", description: "Trusted HVAC services in Sacramento, CA offering honest pricing, quality workmanship, and reliable heating and cooling solutions for homes and businesses.", keywords: "HVAC services Sacramento, heating repair, air conditioning, furnace installation, cooling systems", robots: {
index: true,
follow: true,
},
openGraph: {
title: "BlueForge Climate Solutions | Professional HVAC Services", description: "Expert heating and cooling services in Sacramento with transparent pricing and 24/7 emergency support.", siteName: "BlueForge Climate Solutions", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", alt: "BlueForge HVAC Professional Services"},
],
},
twitter: {
card: "summary_large_image", title: "BlueForge Climate Solutions HVAC Services", description: "Professional heating and air conditioning services in Sacramento, CA", images: [
"http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg"],
},
};
title: "BlueForge Climate Solutions - Professional HVAC Services in Sacramento", description: "Expert heating and air conditioning services in Sacramento, CA. Professional HVAC installation, repair, and maintenance. Licensed technicians. 24/7 emergency service."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<body className={`${interTight.variable} antialiased`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"
async
/>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"
async
/>
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1417,7 +1400,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
@@ -55,14 +55,16 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", imageAlt: "Professional HVAC technician installing heating system"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", imageAlt: "Professional HVAC technician installing heating system"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-woman-pink-shirt-sitting-relaxed-sofa-home-table-working-online-laptop-from-home_285396-9986.jpg", imageAlt: "Comfortable living room with modern heating and cooling system"},
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-woman-pink-shirt-sitting-relaxed-sofa-home-table-working-online-laptop-from-home_285396-9986.jpg", imageAlt: "Comfortable living room with modern heating and cooling system"
},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by Sacramento Homeowners"
background={{ variant: "plain" }}
background={{ variant: "sparkles-gradient" }}
/>
</div>
@@ -140,16 +142,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Michael Johnson", role: "Homeowner", company: "Sacramento", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "professional headshot portrait business man smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "professional headshot portrait business man smiling"
},
{
id: "2", name: "Sarah Davis", role: "Property Manager", company: "Sacramento", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg", imageAlt: "professional headshot portrait business woman smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg", imageAlt: "professional headshot portrait business woman smiling"
},
{
id: "3", name: "James Wilson", role: "Homeowner", company: "Sacramento", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-studio-fashion-portrait_1301-4516.jpg", imageAlt: "professional headshot portrait man business executive"},
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-handsome-man-studio-fashion-portrait_1301-4516.jpg", imageAlt: "professional headshot portrait man business executive"
},
{
id: "4", name: "Emily Rodriguez", role: "Business Owner", company: "Sacramento", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", imageAlt: "professional headshot portrait business woman executive"},
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", imageAlt: "professional headshot portrait business woman executive"
},
]}
kpiItems={[
{ value: "500+", label: "Customers Served" },
@@ -171,13 +177,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "What HVAC services do you offer?", content: "We provide full-service heating and air conditioning solutions, including installation, repair, and maintenance for residential and light commercial systems, ensuring year-round comfort."},
id: "1", title: "What HVAC services do you offer?", content: "We provide full-service heating and air conditioning solutions, including installation, repair, and maintenance for residential and light commercial systems, ensuring year-round comfort."
},
{
id: "2", title: "How do I know if my HVAC system needs repair?", content: "Signs include uneven heating or cooling, unusual noises, higher energy bills, or frequent cycling. Our team can inspect your system and provide recommendations."},
id: "2", title: "How do I know if my HVAC system needs repair?", content: "Signs include uneven heating or cooling, unusual noises, higher energy bills, or frequent cycling. Our team can inspect your system and provide recommendations."
},
{
id: "3", title: "Do you offer maintenance plans?", content: "Yes, we offer comprehensive maintenance plans designed to keep your system running efficiently and extend its lifespan, saving you money in the long run."},
id: "3", title: "Do you offer maintenance plans?", content: "Yes, we offer comprehensive maintenance plans designed to keep your system running efficiently and extend its lifespan, saving you money in the long run."
},
{
id: "4", title: "Are you available for emergency repairs?", content: "We provide 24/7 emergency HVAC services to ensure your comfort is restored as quickly as possible when unexpected issues arise."},
id: "4", title: "Are you available for emergency repairs?", content: "We provide 24/7 emergency HVAC services to ensure your comfort is restored as quickly as possible when unexpected issues arise."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/auto-mechanics-with-protective-face-masks-using-laptop-repair-shop_637285-9420.jpg"
imageAlt="friendly HVAC technician customer service support consultation"

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
}