Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e97d48edf8 | |||
| a44ff289b6 | |||
| 830abc6ce5 | |||
| 7a66d3c74b | |||
| da6f641a81 | |||
| 6931c27c39 | |||
| 1061975997 | |||
| 85a4bce8fc | |||
| a616f8f246 | |||
| 9898523aa0 | |||
| 3d96264bbc | |||
| 8a40d8efb6 | |||
| 3f50356385 | |||
| 01099d0acb | |||
| 2c561a0825 | |||
| 01e0351b66 | |||
| 6d07bf93e7 | |||
| 0e130f80c7 | |||
| cba4b971d7 | |||
| 4a6d72d234 | |||
| 2b92fc213d | |||
| 697fb1cf34 |
@@ -31,14 +31,15 @@ export default function ContactPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="AirPro HVAC"
|
brandName="AFLA SACHET WATER"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "Wholesale", id: "/#wholesale-pricing" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "About", id: "/#about" },
|
||||||
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get a Quote", href: "/contact" }}
|
button={{ text: "WhatsApp Us", href: "https://wa.me/2341234567890" }}
|
||||||
animateOnLoad={false}
|
animateOnLoad={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -47,12 +48,12 @@ export default function ContactPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Reach Out"
|
tag="Reach Out"
|
||||||
tagIcon={Phone}
|
tagIcon={Phone}
|
||||||
title="Connect with AirPro HVAC"
|
title="Connect with AFLA Sachet Water"
|
||||||
description="We are available via WhatsApp, phone, or email to answer your questions and schedule service."
|
description="We are available via WhatsApp, phone, or email to answer your questions and schedule service."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "WhatsApp Us", href: "https://wa.me/15559876543" },
|
{ text: "WhatsApp Us", href: "https://wa.me/2341234567890" },
|
||||||
{ text: "Call Us: +234 80 3064 8767", href: "tel:5559876543" },
|
{ text: "Call Us: +234 80 3064 8767", href: "tel:1234567890" },
|
||||||
{ text: "Email Us", href: "mailto:info@airprohvac.com" }
|
{ text: "Email Us", href: "mailto:info@aflasachetwater.com" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -61,19 +62,19 @@ export default function ContactPage() {
|
|||||||
|
|
||||||
<div id="quote-form" data-section="quote-form">
|
<div id="quote-form" data-section="quote-form">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Request a Free Quote"
|
title="Place Your Order Today"
|
||||||
description="Fill out the form below with your details and service needs. We'll get back to you within 24 hours. Our main office is located at 123 Climate Control Way, Austin, TX 78701."
|
description="Fill out the form below with your details and order requirements. We'll get back to you within 24 hours. Our main office is located at Plot 15, Waterways Ind. Estate, Lagos, Nigeria."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: false }
|
{ name: "phone", type: "tel", placeholder: "Phone Number", required: false }
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Tell us about your HVAC needs", rows: 5,
|
name: "message", placeholder: "Tell us about your order or inquiry", rows: 5,
|
||||||
required: true
|
required: true
|
||||||
}}
|
}}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=2"
|
imageSrc="https://images.unsplash.com/photo-1549429406-be21a50c8e22?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"
|
||||||
imageAlt="AirPro HVAC office location"
|
imageAlt="AFLA Sachet Water office location"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Send Request"
|
buttonText="Send Request"
|
||||||
onSubmit={handleSubmit}
|
onSubmit={handleSubmit}
|
||||||
@@ -83,36 +84,35 @@ export default function ContactPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="AirPro HVAC"
|
logoText="AFLA SACHET WATER"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=3"
|
imageSrc="https://images.unsplash.com/photo-1517404177727-2c9e4726487e?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"
|
||||||
imageAlt="HVAC technician inspecting equipment"
|
imageAlt="Clean water in a glass"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Products", items: [
|
||||||
{ label: "AC Installation", href: "/" },
|
{ label: "Sachet Water (50cl)", href: "/#services" },
|
||||||
{ label: "Heating Systems", href: "/" },
|
{ label: "Bottled Water (75cl)", href: "/#services" },
|
||||||
{ label: "Maintenance Plans", href: "/" },
|
{ label: "Dispenser Water (19L)", href: "/#services" }
|
||||||
{ label: "Emergency Repairs", href: "/" },
|
]
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "/" },
|
{ label: "About Us", href: "/#about" },
|
||||||
{ label: "Testimonials", href: "/" },
|
{ label: "Testimonials", href: "/#testimonials" },
|
||||||
{ label: "FAQ", href: "/" },
|
{ label: "FAQ", href: "/#faq" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "(555) 987-6543", href: "tel:5559876543" },
|
{ label: "(123) 456-7890", href: "tel:1234567890" },
|
||||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
{ label: "info@aflasachetwater.com", href: "mailto:info@aflasachetwater.com" },
|
||||||
{ label: "123 Climate Control Way, Austin, TX 78701", href: "https://maps.google.com/?q=123 Climate Control Way, Austin, TX 78701" },
|
{ label: "Plot 15, Waterways Ind. Estate, Lagos, Nigeria", href: "https://maps.google.com/?q=Plot 15, Waterways Industrial Estate, Lagos, Nigeria" },
|
||||||
{ label: "WhatsApp", href: "https://wa.me/15559876543" }
|
{ label: "WhatsApp", href: "https://wa.me/2341234567890" }
|
||||||
],
|
]
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2026 | AirPro HVAC. NAFDAC Reg. No. A1-100273L."
|
copyrightText="© 2026 | AFLA SACHET WATER. NAFDAC Reg. No. A1-00123456L. All Rights Reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
202
src/app/page.tsx
202
src/app/page.tsx
@@ -12,9 +12,10 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
|||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
|
import { ShieldCheck, Wrench, DollarSign, Phone, Factory, ShoppingCart } from "lucide-react";
|
||||||
|
|
||||||
export default function HvacPage() {
|
export default function SachetWaterPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="directional-hover"
|
||||||
@@ -34,51 +35,54 @@ export default function HvacPage() {
|
|||||||
brandName="AFLA SACHET WATER"
|
brandName="AFLA SACHET WATER"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
|
{ name: "Wholesale", id: "wholesale-pricing" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get a Quote", href: "/contact" }}
|
button={{ text: "WhatsApp Us", href: "https://wa.me/2341234567890" }}
|
||||||
animateOnLoad={false}
|
animateOnLoad={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Your Comfort Is Our Priority"
|
title="Pure Water You Can Trust"
|
||||||
description="Professional heating, ventilation, and air conditioning services for homes and businesses. From installations to emergency repairs, we keep your climate perfect year-round."
|
description="NAFDAC Approved Sachet Water Supplier in Rigasa, Kaduna."
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" }
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ clients"
|
avatarText="Trusted by 1000+ happy customers"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Service", href: "#contact" },
|
{ text: "Order Wholesale", href: "/contact" },
|
||||||
{ text: "Our Services", href: "#services" },
|
{ text: "WhatsApp", href: "https://wa.me/2341234567890" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
|
imageSrc="https://images.unsplash.com/photo-1627889146522-d7b172a1e0f0?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||||
imageAlt="HVAC technician performing system maintenance"
|
imageAlt="Big image of sachet water packs"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
tag="About Us"
|
tag="Our Story"
|
||||||
title="Reliable Climate Solutions Since 2005"
|
title="AFLA Sachet Water: Purity in Every Drop"
|
||||||
description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs — backed by transparent pricing and a commitment to getting the job done right the first time."
|
description="Since 2010, AFLA Sachet Water has been dedicated to providing high-quality, NAFDAC-certified sachet water across the region. Our state-of-the-art purification process ensures every sachet meets the highest standards of safety and taste. We believe in accessible, pure drinking water for everyone."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "2,500+", title: "Systems installed and serviced"},
|
value: "5M+", title: "Sachets produced monthly"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: "98%", title: "Customer satisfaction rate"},
|
value: "100%", title: "NAFDAC compliance"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
|
imageSrc="https://images.unsplash.com/photo-1610427976150-e83c0764724b?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"
|
||||||
imageAlt="Commercial HVAC units on rooftop"
|
imageAlt="Water filtration system"
|
||||||
mediaBadge={{
|
mediaBadge={{
|
||||||
text: "Active Now", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Technician"
|
text: "Quality Assured", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Quality Control Officer"
|
||||||
}}
|
}}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
@@ -87,23 +91,29 @@ export default function HvacPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title="Our Services"
|
title="Our Pure Water Solutions"
|
||||||
description="From installations to emergency repairs, we have your comfort covered."
|
description="Dedicated to delivering the highest quality sachet water for all your needs."
|
||||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
buttons={[{ text: "Place an Order", href: "/contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "AC Installation", description: "Expert installation of high-efficiency air conditioning systems for homes and commercial spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=1", imageAlt: "AC installation service"},
|
title: "Advanced Purification", description: "Utilizing multi-stage filtration and sterilization for consistently pure water.", imageSrc: "https://images.unsplash.com/photo-1627889146522-d7b172a1e0f0?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Sachet water packaging line"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Heating Systems", description: "Complete furnace and heat pump installations to keep you warm through every winter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg", imageAlt: "Heating system service"},
|
title: "Rigorous Quality Control", description: "Daily lab testing ensures every batch meets NAFDAC standards.", imageSrc: "https://images.unsplash.com/photo-1596707328227-86c2688029d5?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Laboratory quality check"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Maintenance Plans", description: "Preventative maintenance programs that extend the life of your system and reduce energy costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=1", imageAlt: "HVAC maintenance"},
|
title: "Bulk Orders & Delivery", description: "Convenient delivery services for homes, offices, and events.", imageSrc: "https://images.unsplash.com/photo-1606768393521-125d06112c2a?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Water delivery truck"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Emergency Repairs", description: "24/7 emergency repair service — we respond fast when your system breaks down unexpectedly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=1", imageAlt: "Emergency HVAC repair"},
|
title: "Extensive Distribution", description: "Our network ensures widespread availability of AFLA Sachet Water.", imageSrc: "https://images.unsplash.com/photo-1588147426867-b52b71946001?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "People receiving water delivery"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Duct Cleaning", description: "Professional duct cleaning to improve air quality and system efficiency throughout your property.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=1", imageAlt: "Duct cleaning service"},
|
title: "Community Hydration Programs", description: "Partnering for health and wellness in our local communities.", imageSrc: "https://images.unsplash.com/photo-1610996884638-348e02d4151a?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Community water distribution"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "System Inspections", description: "Thorough inspections with detailed reports and transparent recommendations — no hidden fees.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg", imageAlt: "HVAC system inspection"},
|
title: "Corporate Partnerships", description: "Customized water solutions for businesses and large organizations.", imageSrc: "https://images.unsplash.com/photo-1549429406-be21a50c8e22?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Business meeting discussing partnership"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
uniformGridCustomHeightClasses="aspect-square"
|
uniformGridCustomHeightClasses="aspect-square"
|
||||||
@@ -114,19 +124,50 @@ export default function HvacPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="wholesale-pricing" data-section="wholesale-pricing">
|
||||||
|
<PricingCardThree
|
||||||
|
tag="Wholesale"
|
||||||
|
title="Wholesale Price List"
|
||||||
|
description="Flexible pricing options for businesses and bulk purchases. Partner with AFLA Sachet Water for reliable supply."
|
||||||
|
plans={[
|
||||||
|
{
|
||||||
|
id: "20-sachets-carton", badge: "Standard Carton", badgeIcon: ShoppingCart,
|
||||||
|
price: "₦1,500", name: "Carton of 20 Sachets", buttons: [{ text: "Order Carton", href: "/contact" }],
|
||||||
|
features: [
|
||||||
|
"20 x 50cl sachets per carton", "High purity water, NAFDAC approved", "Convenient for retail & small businesses", "Local delivery options"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "bulk-orders", badge: "Best Value", badgeIcon: Factory,
|
||||||
|
price: "Custom Quote", name: "Bulk & Distributor Orders", buttons: [{ text: "Get Custom Quote", href: "/contact" }],
|
||||||
|
features: [
|
||||||
|
"Min. 100 cartons order", "Significant volume discounts", "Dedicated account management", "Priority and large-scale delivery"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<FeatureBorderGlow
|
<FeatureBorderGlow
|
||||||
title="Why Choose AirPro"
|
title="Why Choose AFLA Water?"
|
||||||
description="What sets us apart from the rest"
|
description="Ensuring your health and hydration with every sachet."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
title: "Reliability & Trust", description: "Looking for a dependable HVAC company? We arrive on time and do the job right."},
|
title: "Certified Purity", description: "NAFDAC-approved for quality and safety, giving you peace of mind."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Wrench,
|
icon: Wrench,
|
||||||
title: "Quality Workmanship", description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials."},
|
title: "Advanced Filtration", description: "Our multi-stage purification process removes impurities, ensuring pristine water."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: DollarSign,
|
icon: DollarSign,
|
||||||
title: "Fair & Transparent Pricing", description: "No surprises here! We offer clear quotes and fair pricing for quality work."},
|
title: "Affordable & Reliable", description: "Premium quality water at competitive prices, with consistent availability."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -134,35 +175,42 @@ export default function HvacPage() {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<FeatureCardEight
|
<FeatureCardEight
|
||||||
title="How It Works"
|
title="Our Journey to Purity"
|
||||||
description="Our simple process from first call to finished job"
|
description="From sourcing to your doorstep, our commitment to quality."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Schedule a Call", description: "Contact us by phone or online to describe your HVAC issue. We'll find a time that works for you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=2", imageAlt: "Scheduling a service call"},
|
title: "Water Sourcing", description: "Sustainably sourced from pristine, protected natural reserves.", imageSrc: "https://images.unsplash.com/photo-1596707328227-86c2688029d5?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Water source"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "On-Site Diagnosis", description: "A certified technician arrives on time, inspects your system, and explains the issue with a clear quote.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=2", imageAlt: "Technician diagnosing HVAC system"},
|
title: "Multi-Stage Filtration", description: "Advanced filtration removes sediment, chlorine, and contaminants, preserving essential minerals.", imageSrc: "https://images.unsplash.com/photo-1610427976150-e83c0764724b?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Water purification plant"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Expert Repair or Install", description: "We complete the work using premium parts and proven techniques — most jobs done same day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=2", imageAlt: "HVAC repair in progress"},
|
title: "Sterilization & Packaging", description: "UV sterilization and hygienic automated packaging ensure safety and freshness.", imageSrc: "https://images.unsplash.com/photo-1627889146522-d7b172a1e0f0?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Automated sachet filling"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Quality Guarantee", description: "We test everything before we leave and back all work with our satisfaction guarantee.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=2", imageAlt: "Final quality check"},
|
title: "Distribution & Delivery", description: "Efficient logistics ensure fresh AFLA Sachet Water reaches you promptly.", imageSrc: "https://images.unsplash.com/photo-1606768393521-125d06112c2a?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Water delivery vehicle"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
title="What Our Clients Say"
|
title="Hear From Our Happy Customers"
|
||||||
description="Hear from homeowners and businesses who trust AirPro HVAC."
|
description="Reliable and refreshing, our customers love AFLA Sachet Water."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "James R.", handle: "Homeowner, Austin TX", testimonial: "AirPro replaced our entire AC system in one day. The crew was professional, clean, and the new unit runs quieter than anything we've had before. Highly recommend.", rating: 5,
|
id: "1", name: "Grace A.", handle: "Homemaker, Lagos", testimonial: "AFLA Sachet Water is consistently clean and tastes great. It's our go-to for daily hydration. Highly recommend!", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "James R."},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "Grace A."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Linda M.", handle: "Business Owner, Dallas TX", testimonial: "We use AirPro for all three of our office locations. Their maintenance plans have saved us thousands in emergency repairs. Always on time, always honest.", rating: 5,
|
id: "2", name: "Segun O.", handle: "Office Manager, Abuja", testimonial: "We rely on AFLA for all our office water needs. Their bulk delivery is efficient, and the water quality is unmatched. Excellent service!", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Linda M."},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Segun O."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Carlos D.", handle: "Homeowner, Houston TX", testimonial: "Our furnace broke down on the coldest night of the year. AirPro had someone at our door within two hours. Fixed it on the spot. Can't thank them enough.", rating: 5,
|
id: "3", name: "Fatima Y.", handle: "Small Business Owner, Kano", testimonial: "AFLA Sachet Water has been a consistent supplier for my shop. My customers love it, and I appreciate the reliable supply.", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Carlos D."},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Fatima Y."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -172,7 +220,7 @@ export default function HvacPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Common Questions About AFLA Water"
|
||||||
buttons={[{ text: "Contact Us", href: "/contact" }]}
|
buttons={[{ text: "Contact Us", href: "/contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -180,15 +228,20 @@ export default function HvacPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Do you offer 24/7 emergency service?", content: "Yes! We provide round-the-clock emergency HVAC service. If your system breaks down in the middle of the night or on a weekend, call us and a technician will be at your door as soon as possible."},
|
id: "1", title: "Is AFLA Sachet Water NAFDAC certified?", content: "Yes, all our products are fully compliant and certified by NAFDAC, ensuring the highest standards of safety and quality."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "How often should I service my HVAC system?", content: "We recommend servicing your system at least twice a year — once before summer for cooling and once before winter for heating. Regular maintenance extends your system's life and keeps energy bills low."},
|
id: "2", title: "What is your purification process?", content: "We use a multi-stage purification process that includes sedimentation, carbon filtration, reverse osmosis, and UV sterilization to ensure ultimate purity."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "What brands do you install and repair?", content: "We work with all major HVAC brands including Carrier, Trane, Lennox, Daikin, Rheem, and more. Our technicians are trained and certified across multiple manufacturers."},
|
id: "3", title: "Do you offer bulk delivery services?", content: "Absolutely! We provide convenient bulk delivery for homes, offices, events, and businesses. Please contact us for more details and to arrange your order."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "Do you offer financing options?", content: "Yes, we offer flexible financing plans for new installations and major repairs. Ask about our 0% interest options so you can stay comfortable without straining your budget."},
|
id: "4", title: "What are your primary delivery zones?", content: "We primarily serve the Lagos metropolitan area and surrounding regions. For deliveries outside these areas, please reach out to our customer service."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", title: "How long does a typical installation take?", content: "Most residential HVAC installations are completed in one day. Larger commercial projects may take 2-3 days depending on the scope. We'll give you an accurate timeline during your consultation."},
|
id: "5", title: "How should I store AFLA Sachet Water?", content: "For optimal freshness and safety, store your sachet water in a cool, dry place away from direct sunlight and strong odors."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -197,11 +250,11 @@ export default function HvacPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
tagIcon={Phone}
|
tagIcon={Phone}
|
||||||
title="Ready to Stay Comfortable Year-Round?"
|
title="Ready for Pure, Refreshing Water?"
|
||||||
description="Whether you need a new installation, emergency repair, or routine maintenance — our team is ready to help. Call us today or request a free quote."
|
description="Get in touch with AFLA Sachet Water for orders, inquiries, or partnership opportunities. We're here to serve you."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get a Free Quote", href: "/contact" },
|
{ text: "Place an Order", href: "/contact" },
|
||||||
{ text: "Call (555) 987-6543", href: "tel:5559876543" },
|
{ text: "Call (123) 456-7890", href: "tel:1234567890" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -210,36 +263,35 @@ export default function HvacPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="AirPro HVAC"
|
logoText="AFLA SACHET WATER"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=1"
|
imageSrc="https://images.unsplash.com/photo-1517404177727-2c9e4726487e?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2"
|
||||||
imageAlt="HVAC technician inspecting equipment"
|
imageAlt="Clean water in a glass"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Products", items: [
|
||||||
{ label: "AC Installation", href: "#services" },
|
{ label: "Sachet Water (50cl)", href: "#services" },
|
||||||
{ label: "Heating Systems", href: "#services" },
|
{ label: "Bottled Water (75cl)", href: "#services" },
|
||||||
{ label: "Maintenance Plans", href: "#services" },
|
{ label: "Dispenser Water (19L)", href: "#services" }
|
||||||
{ label: "Emergency Repairs", href: "#services" },
|
]
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Testimonials", href: "#testimonials" },
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "(555) 987-6543", href: "tel:5559876543" },
|
{ label: "(123) 456-7890", href: "tel:1234567890" },
|
||||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
{ label: "info@aflasachetwater.com", href: "mailto:info@aflasachetwater.com" },
|
||||||
{ label: "123 Climate Control Way, Austin, TX 78701", href: "https://maps.google.com/?q=123 Climate Control Way, Austin, TX 78701" },
|
{ label: "Plot 15, Waterways Ind. Estate, Lagos, Nigeria", href: "https://maps.google.com/?q=Plot 15, Waterways Industrial Estate, Lagos, Nigeria" },
|
||||||
{ label: "WhatsApp", href: "https://wa.me/15559876543" }
|
{ label: "WhatsApp", href: "https://wa.me/2341234567890" }
|
||||||
],
|
]
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2026 | AirPro HVAC. NAFDAC Reg. No. A1-100273L."
|
copyrightText="© 2026 | AFLA SACHET WATER. NAFDAC Reg. No. A1-00123456L. All Rights Reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f8fafc;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f8fafd;
|
||||||
--foreground: #0f172a;
|
--foreground: #0f172a;
|
||||||
--primary-cta: #1d4ed8;
|
--primary-cta: #1a73e8;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #e0e7ff;
|
--secondary-cta: #e6f4f1;
|
||||||
--secondary-cta-text: #1e3a5f;
|
--secondary-cta-text: #0f172a;
|
||||||
--accent: #3b82f6;
|
--accent: #34a853;
|
||||||
--background-accent: #60a5fa;
|
--background-accent: #cfe8fc;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user