Merge version_1 into main #1
@@ -123,7 +123,7 @@ export default function AboutPage() {
|
||||
"http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
|
||||
avatarAlt: "Sarah Martinez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg",
|
||||
"http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
@@ -137,7 +137,7 @@ export default function AboutPage() {
|
||||
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg",
|
||||
avatarAlt: "James Thompson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=9",
|
||||
},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
@@ -151,7 +151,7 @@ export default function AboutPage() {
|
||||
"http://img.b2bpic.net/free-photo/blissful-girl-expressing-happiness-drinking-coffee-her-cozy-kitchen_197531-6718.jpg",
|
||||
avatarAlt: "Maria Gonzalez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=10",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Marcos' AC & Heating Services | Houston HVAC Repair & Installation",
|
||||
description: "Family-owned HVAC services in Houston since 1987. AC repair, heating installation, maintenance, and 24/7 emergency service. Certified Trane specialist. Se habla español.",
|
||||
keywords: "HVAC repair Houston, AC installation, heating service, air conditioning repair, Houston HVAC contractor, Trane specialist",
|
||||
metadataBase: new URL("https://marcosac.com"),
|
||||
alternates: {
|
||||
canonical: "https://marcosac.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Marcos' AC & Heating Services | Houston HVAC Experts",
|
||||
description: "Trusted HVAC services for Greater Houston. 35+ years of experience. Free estimates, guaranteed work.",
|
||||
url: "https://marcosac.com",
|
||||
siteName: "Marcos' AC & Heating Services",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg",
|
||||
alt: "Marcos' AC & Heating Services - Houston HVAC Expert",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Marcos' AC & Heating Services",
|
||||
description: "Houston's trusted HVAC specialist. 35+ years serving families.",
|
||||
images: ["http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -120,11 +120,11 @@ export default function HomePage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg",
|
||||
"http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=1",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -136,11 +136,11 @@ export default function HomePage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg",
|
||||
"http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=1",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -152,11 +152,11 @@ export default function HomePage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg",
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -168,11 +168,11 @@ export default function HomePage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg",
|
||||
"http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -183,11 +183,11 @@ export default function HomePage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg",
|
||||
"http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -199,11 +199,11 @@ export default function HomePage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg",
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -224,7 +224,7 @@ export default function HomePage() {
|
||||
name: "$50 Off First-Time Repairs",
|
||||
price: "Save $50",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg",
|
||||
"http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg?_wi=3",
|
||||
imageAlt: "HVAC repair service",
|
||||
priceButtonProps: {
|
||||
href: "tel:3462661769",
|
||||
@@ -235,7 +235,7 @@ export default function HomePage() {
|
||||
name: "$0 Service Call With Repair",
|
||||
price: "Free Diagnosis",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=4",
|
||||
imageAlt: "HVAC maintenance service",
|
||||
priceButtonProps: {
|
||||
href: "tel:3462661769",
|
||||
@@ -246,7 +246,7 @@ export default function HomePage() {
|
||||
name: "Spring Maintenance Special",
|
||||
price: "Call for Details",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg",
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg?_wi=3",
|
||||
imageAlt: "HVAC technician performing maintenance",
|
||||
priceButtonProps: {
|
||||
href: "tel:3462661769",
|
||||
@@ -317,7 +317,7 @@ export default function HomePage() {
|
||||
"http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
|
||||
avatarAlt: "Sarah Martinez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg",
|
||||
"http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
@@ -331,7 +331,7 @@ export default function HomePage() {
|
||||
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg",
|
||||
avatarAlt: "James Thompson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
@@ -345,7 +345,7 @@ export default function HomePage() {
|
||||
"http://img.b2bpic.net/free-photo/blissful-girl-expressing-happiness-drinking-coffee-her-cozy-kitchen_197531-6718.jpg",
|
||||
avatarAlt: "Maria Gonzalez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
@@ -359,7 +359,7 @@ export default function HomePage() {
|
||||
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
avatarAlt: "Robert Chen",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg",
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function ReviewsPage() {
|
||||
"http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
|
||||
avatarAlt: "Sarah Martinez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg",
|
||||
"http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
@@ -96,7 +96,7 @@ export default function ReviewsPage() {
|
||||
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg",
|
||||
avatarAlt: "James Thompson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=10",
|
||||
},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
@@ -110,7 +110,7 @@ export default function ReviewsPage() {
|
||||
"http://img.b2bpic.net/free-photo/blissful-girl-expressing-happiness-drinking-coffee-her-cozy-kitchen_197531-6718.jpg",
|
||||
avatarAlt: "Maria Gonzalez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=11",
|
||||
},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
@@ -124,7 +124,7 @@ export default function ReviewsPage() {
|
||||
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
avatarAlt: "Robert Chen",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg",
|
||||
"http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg?_wi=7",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -49,10 +49,10 @@ export default function ServicesPage() {
|
||||
icon: Wind,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=5",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -62,10 +62,10 @@ export default function ServicesPage() {
|
||||
icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=6",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -75,10 +75,10 @@ export default function ServicesPage() {
|
||||
icon: Droplet,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=6",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -88,10 +88,10 @@ export default function ServicesPage() {
|
||||
icon: Fan,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg?_wi=6",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -101,10 +101,10 @@ export default function ServicesPage() {
|
||||
icon: Box,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-couple-playing-having-good-time-with-their-daughter_181624-34278.jpg?_wi=4",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -114,10 +114,10 @@ export default function ServicesPage() {
|
||||
icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=8",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg?_wi=6",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -137,7 +137,7 @@ export default function ServicesPage() {
|
||||
id: "service-1",
|
||||
name: "Preventive Maintenance",
|
||||
price: "Starting at $89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=9",
|
||||
imageAlt: "Preventive HVAC maintenance",
|
||||
priceButtonProps: {
|
||||
href: "tel:3462661769",
|
||||
@@ -147,7 +147,7 @@ export default function ServicesPage() {
|
||||
id: "service-2",
|
||||
name: "Emergency Repair Service",
|
||||
price: "Call for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-overweight-young-deliveryman-optical-glasses-talking-phone-isolated-orange-wall-with-copy-space_141793-108521.jpg?_wi=7",
|
||||
imageAlt: "Emergency HVAC repair",
|
||||
priceButtonProps: {
|
||||
href: "tel:3462661769",
|
||||
@@ -157,7 +157,7 @@ export default function ServicesPage() {
|
||||
id: "service-3",
|
||||
name: "System Installation",
|
||||
price: "Free Evaluation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=8",
|
||||
imageAlt: "HVAC system installation",
|
||||
priceButtonProps: {
|
||||
href: "tel:3462661769",
|
||||
|
||||
Reference in New Issue
Block a user