Merge version_5 into main #8
@@ -7,6 +7,16 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
|
||||
const globalNavItems = [
|
||||
{ name: "Services", href: "/#services" },
|
||||
{ name: "About", href: "/#about" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "FAQ", href: "/#faq" },
|
||||
{ name: "Contact", href: "/#contact" },
|
||||
{ name: "Products", href: "/products" },
|
||||
{ name: "Place Order", href: "/order" }
|
||||
];
|
||||
|
||||
export default function OrderConfirmationPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -25,13 +35,7 @@ export default function OrderConfirmationPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="AirPro HVAC"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Place Order", id: "/order" }
|
||||
]}
|
||||
navItems={globalNavItems}
|
||||
button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
|
||||
@@ -8,6 +8,16 @@ import { Sparkles } from "lucide-react";
|
||||
import ContactForm from "@/components/form/ContactForm";
|
||||
import { useRouter } from "next/navigation";
|
||||
|
||||
const globalNavItems = [
|
||||
{ name: "Services", href: "/#services" },
|
||||
{ name: "About", href: "/#about" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "FAQ", href: "/#faq" },
|
||||
{ name: "Contact", href: "/#contact" },
|
||||
{ name: "Products", href: "/products" },
|
||||
{ name: "Place Order", href: "/order" }
|
||||
];
|
||||
|
||||
export default function OrderPage() {
|
||||
const router = useRouter();
|
||||
|
||||
@@ -36,13 +46,7 @@ export default function OrderPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="AirPro HVAC"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Place Order", id: "/order" }
|
||||
]}
|
||||
navItems={globalNavItems}
|
||||
button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
|
||||
@@ -14,6 +14,43 @@ import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
|
||||
|
||||
const globalNavItems = [
|
||||
{ name: "Services", href: "/#services" },
|
||||
{ name: "About", href: "/#about" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "FAQ", href: "/#faq" },
|
||||
{ name: "Contact", href: "/#contact" },
|
||||
{ name: "Products", href: "/products" },
|
||||
{ name: "Place Order", href: "/order" }
|
||||
];
|
||||
|
||||
const globalFooterColumns = [
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "AC Installation", href: "/#services" },
|
||||
{ label: "Heating Systems", href: "/#services" },
|
||||
{ label: "Maintenance Plans", href: "/#services" },
|
||||
{ label: "Emergency Repairs", href: "/#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Testimonials", href: "/#testimonials" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact", href: "/#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "(512) 555-1234", href: "tel:5125551234" },
|
||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
||||
{ label: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" },
|
||||
{ label: "123 Comfort St, Austin, TX 78701" }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
export default function HvacPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -32,13 +69,7 @@ export default function HvacPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="AirPro HVAC"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Place Order", id: "/order" }
|
||||
]}
|
||||
navItems={globalNavItems}
|
||||
button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
@@ -59,7 +90,7 @@ export default function HvacPage() {
|
||||
{ text: "Our Services", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EprnGZAq4usWBFNmipWTEdOdyV/uploaded-1780887570311-eb8skock.png"
|
||||
imageAlt="HVAC technician performing system maintenance"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -177,7 +208,7 @@ export default function HvacPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Frequently Asked Questions"
|
||||
buttons={[{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }]}
|
||||
buttons={[{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }]}
|
||||
buttonAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -218,32 +249,7 @@ export default function HvacPage() {
|
||||
logoText="AirPro HVAC"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=1"
|
||||
imageAlt="HVAC technician inspecting equipment"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "AC Installation", href: "#services" },
|
||||
{ label: "Heating Systems", href: "#services" },
|
||||
{ label: "Maintenance Plans", href: "#services" },
|
||||
{ label: "Emergency Repairs", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "(512) 555-1234", href: "tel:5125551234" },
|
||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
||||
{ label: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" },
|
||||
{ label: "123 Comfort St, Austin, TX 78701" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
columns={globalFooterColumns}
|
||||
copyrightText="© 2026 | AirPro HVAC"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user