add sub menu
This commit is contained in:
parent
8f18e02a67
commit
2723257ede
@ -1,60 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"/contact/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/contact/page.js"
|
||||
],
|
||||
"/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/css/app/layout.css",
|
||||
"static/chunks/app/layout.js"
|
||||
],
|
||||
"/service/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/service/page.js"
|
||||
],
|
||||
"/service/hvac/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/service/hvac/page.js"
|
||||
],
|
||||
"/service/heating/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/service/heating/page.js"
|
||||
],
|
||||
"/service/maintenance/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/service/maintenance/page.js"
|
||||
],
|
||||
"/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/page.js"
|
||||
],
|
||||
"/service/ductlessAc/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/service/ductlessAc/page.js"
|
||||
],
|
||||
"/service/indorAirQuality/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/service/indorAirQuality/page.js"
|
||||
],
|
||||
"/service/commercialHvac/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/service/commercialHvac/page.js"
|
||||
],
|
||||
"/_not-found/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/_not-found/page.js"
|
||||
]
|
||||
}
|
||||
}
|
@ -1,30 +0,0 @@
|
||||
{
|
||||
"polyfillFiles": [
|
||||
"static/chunks/polyfills.js"
|
||||
],
|
||||
"devFiles": [
|
||||
"static/chunks/react-refresh.js"
|
||||
],
|
||||
"ampDevFiles": [],
|
||||
"lowPriorityFiles": [
|
||||
"static/development/_buildManifest.js",
|
||||
"static/development/_ssgManifest.js"
|
||||
],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js"
|
||||
],
|
||||
"pages": {
|
||||
"/_app": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main.js",
|
||||
"static/chunks/pages/_app.js"
|
||||
],
|
||||
"/_error": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main.js",
|
||||
"static/chunks/pages/_error.js"
|
||||
]
|
||||
},
|
||||
"ampFirstPages": []
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/service/maintenance/page": "app/service/maintenance/page.js",
|
||||
"/service/ductlessAc/page": "app/service/ductlessAc/page.js",
|
||||
"/service/indorAirQuality/page": "app/service/indorAirQuality/page.js",
|
||||
"/page": "app/page.js",
|
||||
"/service/commercialHvac/page": "app/service/commercialHvac/page.js"
|
||||
}
|
@ -1 +0,0 @@
|
||||
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]"
|
@ -1 +0,0 @@
|
||||
self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":["static/chunks/react-refresh.js"],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":["static/chunks/webpack.js","static/chunks/main-app.js"],"pages":{"/_app":["static/chunks/webpack.js","static/chunks/main.js","static/chunks/pages/_app.js"],"/_error":["static/chunks/webpack.js","static/chunks/main.js","static/chunks/pages/_error.js"]},"ampFirstPages":[]}
|
@ -1 +0,0 @@
|
||||
self.__REACT_LOADABLE_MANIFEST="{}"
|
@ -1 +0,0 @@
|
||||
self.__NEXT_FONT_MANIFEST="{\"pages\":{},\"app\":{},\"appUsingSizeAdjust\":false,\"pagesUsingSizeAdjust\":false}"
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"/_app": "pages/_app.js",
|
||||
"/_error": "pages/_error.js",
|
||||
"/_document": "pages/_document.js"
|
||||
}
|
@ -1 +0,0 @@
|
||||
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"2nzUYSX5Fy/vrtFA6w4klQeL5fwU5hDwT27jBbSZC+k=\"\n}"
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {},
|
||||
"encryptionKey": "2nzUYSX5Fy/vrtFA6w4klQeL5fwU5hDwT27jBbSZC+k="
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
import React from "react";
|
||||
import BreadCumb from "../../Components/Common/BreadCumb";
|
||||
import Cta from "../../Components/Services/Cta";
|
||||
import Image from "next/image";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
@ -10,7 +11,7 @@ const page = () => {
|
||||
<div className="container" style={{ marginTop: "20px" }}>
|
||||
<section className="commercial-hvac-services">
|
||||
<div className="container">
|
||||
<img
|
||||
<Image
|
||||
src="/assets/img/commercial.jpg"
|
||||
alt="Commercial HVAC"
|
||||
className="hvac-image"
|
||||
|
@ -1,6 +1,7 @@
|
||||
import React from "react";
|
||||
import BreadCumb from "../../Components/Common/BreadCumb";
|
||||
import Cta from "../../Components/Services/Cta";
|
||||
import Image from "next/image";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
@ -10,7 +11,7 @@ const page = () => {
|
||||
<div className="container" style={{ marginTop: "20px" }}>
|
||||
<section className="ductless-ac-services">
|
||||
<div className="container">
|
||||
<img
|
||||
<Image
|
||||
src="/assets/img/ductless-ac.jpg"
|
||||
alt="Ductless AC Installation"
|
||||
className="ac-image"
|
||||
@ -18,9 +19,9 @@ const page = () => {
|
||||
/>
|
||||
<h2>Ductless AC and Heating Installations in Mesa, AZ</h2>
|
||||
<p>
|
||||
Whether you already own a ductless HVAC system or you're
|
||||
Whether you already own a ductless HVAC system or you are
|
||||
thinking about purchasing one, Air & Water Mechanical Services,
|
||||
LLC is here to help you get the most out of it. We’re a locally
|
||||
LLC is here to help you get the most out of it. We are a locally
|
||||
owned and operated HVAC company that carries and installs
|
||||
ductless mini-splits manufactured by Trane, and we service all
|
||||
makes and models. You can depend on us to deliver
|
||||
@ -33,9 +34,9 @@ const page = () => {
|
||||
long as you regularly clean their filters and schedule annual
|
||||
maintenance, they will operate efficiently and last as long as
|
||||
10 to 15 years. But some issues are inevitable, and when your
|
||||
mini-split breaks down, you’ll need a rapid and reliable repair.
|
||||
Air & Water Mechanical Services, LLC offers 24/7 emergency
|
||||
ductless air conditioning and heating repair service.
|
||||
mini-split breaks down, you will need a rapid and reliable
|
||||
repair. Air & Water Mechanical Services, LLC offers 24/7
|
||||
emergency ductless air conditioning and heating repair service.
|
||||
</p>
|
||||
<h3>Mini-Split Maintenance Services in Mesa, AZ</h3>
|
||||
<p>
|
||||
@ -44,7 +45,7 @@ const page = () => {
|
||||
Mechanical Services, LLC offers all the maintenance services you
|
||||
need to ensure your ductless HVAC system runs as it should and
|
||||
saves you money. Our diagnostic checks include a long list of
|
||||
tasks to keep your mini-split operating like new. We’ll help
|
||||
tasks to keep your mini-split operating like new. We will help
|
||||
your system use less energy, break down fewer times, and last
|
||||
longer.
|
||||
</p>
|
||||
|
@ -1,6 +1,7 @@
|
||||
import React from "react";
|
||||
import BreadCumb from "../../Components/Common/BreadCumb";
|
||||
import Cta from "../../Components/Services/Cta";
|
||||
import Image from "next/image";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
@ -10,7 +11,7 @@ const page = () => {
|
||||
<div className="container" style={{ marginTop: "20px" }}>
|
||||
<section className="indoor-air-quality-services">
|
||||
<div className="container">
|
||||
<img
|
||||
<Image
|
||||
src="/assets/img/iaq.jpg"
|
||||
alt="Air Filters"
|
||||
className="service-image"
|
||||
|
Loading…
x
Reference in New Issue
Block a user