5 Commits

Author SHA1 Message Date
6edb771a6d Update src/app/page.tsx 2026-03-03 23:09:33 +00:00
18c7a76c45 Update src/app/layout.tsx 2026-03-03 23:09:32 +00:00
982a3ccdfe Merge version_1 into main
Merge version_1 into main
2026-03-03 23:06:17 +00:00
e92b245a78 Merge version_1 into main
Merge version_1 into main
2026-03-03 23:05:21 +00:00
857c1572de Merge version_1 into main
Merge version_1 into main
2026-03-03 23:04:05 +00:00
2 changed files with 17 additions and 46 deletions

View File

@@ -1,52 +1,27 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Manrope } from "next/font/google"; import { Geist, Geist_Mono } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const manrope = Manrope({ const geist = Geist({
variable: "--font-manrope", subsets: ["latin"], variable: "--font-geist-sans", subsets: ["latin"],
}); });
const halant = Halant({ const geistMono = Geist_Mono({
variable: "--font-halant", subsets: ["latin"], variable: "--font-geist-mono", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Anderson Heating & Plumbing | 24/7 Emergency Service", description: "Expert heating and plumbing services with 25+ years experience. Licensed, insured, 24/7 emergency response. Free quotes available.", keywords: "heating repair, plumbing service, emergency plumber, furnace repair, water heater, drain cleaning", robots: { title: "Anderson Heating & Plumbing | 24/7 Emergency Service", description: "Expert heating and plumbing solutions with 24/7 emergency service. Licensed, insured, and trusted by thousands of homeowners."};
index: true,
follow: true,
},
openGraph: {
title: "Anderson Heating & Plumbing", description: "Expert heating and plumbing solutions. 24/7 emergency service available.", siteName: "Anderson Heating & Plumbing", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg", alt: "Anderson Heating & Plumbing Services"},
],
},
twitter: {
card: "summary_large_image", title: "Anderson Heating & Plumbing | Expert Service", description: "24/7 emergency heating and plumbing services"},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<body {children}
className={`${manrope.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
@@ -1415,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import { AlertCircle, Wrench, CheckCircle, Award, Users, Clock, Shield, Star, HelpCircle } from "lucide-react"; import { AlertCircle, Wrench, CheckCircle, Award, Users, Clock, Shield, Star, HelpCircle, Phone } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -51,14 +51,11 @@ export default function LandingPage() {
imageAlt="Professional plumbing and heating service" imageAlt="Professional plumbing and heating service"
mediaAnimation="slide-up" mediaAnimation="slide-up"
testimonials={[ testimonials={[
{ { name: "James Mitchell", handle: "Homeowner", testimonial: "Responded to my emergency in 45 minutes. Professional and efficient!", rating: 5,
name: "James Mitchell", handle: "Homeowner", testimonial: "Responded to my emergency in 45 minutes. Professional and efficient!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"}, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"},
{ { name: "Sarah Johnson", handle: "Property Manager", testimonial: "Reliable service for all our rental properties. Highly recommended.", rating: 5,
name: "Sarah Johnson", handle: "Property Manager", testimonial: "Reliable service for all our rental properties. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"}, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"},
{ { name: "Robert Chen", handle: "Business Owner", testimonial: "Fixed our heating system quickly. Great attention to detail.", rating: 5,
name: "Robert Chen", handle: "Business Owner", testimonial: "Fixed our heating system quickly. Great attention to detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"}, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"},
]} ]}
buttons={[ buttons={[
@@ -212,7 +209,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
title="Get in Touch" title="Get in Touch"
description="Contact us today for emergency service, quotes, or to schedule a maintenance appointment. Our team is ready to help." description="Prefer to call? Available 24/7 (555) 123-4567\n\nOr fill out the form below and we'll get back to you right away."
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg" imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg"
imageAlt="Anderson Heating & Plumbing office" imageAlt="Anderson Heating & Plumbing office"
mediaAnimation="slide-up" mediaAnimation="slide-up"