Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a66d3c74b | |||
| da6f641a81 | |||
| 6931c27c39 | |||
| 1061975997 | |||
| 85a4bce8fc | |||
| a616f8f246 | |||
| 9898523aa0 | |||
| 3d96264bbc | |||
| 8a40d8efb6 | |||
| 01099d0acb |
@@ -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: "Place an Order", href: "/contact" }}
|
||||||
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>
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ 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, Factory } from "lucide-react";
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
|
import { ShieldCheck, Wrench, DollarSign, Phone, Factory, ShoppingCart } from "lucide-react";
|
||||||
|
|
||||||
export default function SachetWaterPage() {
|
export default function SachetWaterPage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,6 +35,7 @@ export default function SachetWaterPage() {
|
|||||||
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" }
|
||||||
@@ -45,8 +47,8 @@ export default function SachetWaterPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Pure Refreshment, Delivered Daily"
|
title="Pure Water You Can Trust"
|
||||||
description="AFLA Sachet Water provides clean, safe, and refreshing drinking water for homes and businesses. NAFDAC approved and quality guaranteed."
|
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" },
|
||||||
@@ -54,12 +56,12 @@ export default function SachetWaterPage() {
|
|||||||
]}
|
]}
|
||||||
avatarText="Trusted by 1000+ happy customers"
|
avatarText="Trusted by 1000+ happy customers"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Place an Order", href: "#contact" },
|
{ text: "Order Wholesale", href: "/contact" },
|
||||||
{ text: "Our Products", href: "#services" }
|
{ text: "WhatsApp", href: "https://wa.me/2341234567890" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://images.unsplash.com/photo-1547372404-518296245151?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
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="Sachet water production line"
|
imageAlt="Big image of sachet water packs"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -91,7 +93,7 @@ export default function SachetWaterPage() {
|
|||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title="Our Pure Water Solutions"
|
title="Our Pure Water Solutions"
|
||||||
description="Dedicated to delivering the highest quality sachet water for all your needs."
|
description="Dedicated to delivering the highest quality sachet water for all your needs."
|
||||||
buttons={[{ text: "Place an Order", href: "#contact" }]}
|
buttons={[{ text: "Place an Order", href: "/contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
@@ -110,7 +112,7 @@ export default function SachetWaterPage() {
|
|||||||
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: "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: "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", imageAlt: "Business meeting discussing partnership"
|
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"
|
||||||
@@ -122,6 +124,34 @@ export default function SachetWaterPage() {
|
|||||||
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 AFLA Water?"
|
title="Why Choose AFLA Water?"
|
||||||
description="Ensuring your health and hydration with every sachet."
|
description="Ensuring your health and hydration with every sachet."
|
||||||
@@ -234,7 +264,7 @@ export default function SachetWaterPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="AFLA SACHET WATER"
|
logoText="AFLA SACHET WATER"
|
||||||
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"
|
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="Clean water in a glass"
|
imageAlt="Clean water in a glass"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user