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>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="AirPro HVAC"
|
||||
brandName="AFLA SACHET WATER"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Wholesale", id: "/#wholesale-pricing" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{ text: "Get a Quote", href: "/contact" }}
|
||||
button={{ text: "Place an Order", href: "/contact" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,12 +48,12 @@ export default function ContactPage() {
|
||||
<ContactCTA
|
||||
tag="Reach Out"
|
||||
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."
|
||||
buttons={[
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/15559876543" },
|
||||
{ text: "Call Us: +234 80 3064 8767", href: "tel:5559876543" },
|
||||
{ text: "Email Us", href: "mailto:info@airprohvac.com" }
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/2341234567890" },
|
||||
{ text: "Call Us: +234 80 3064 8767", href: "tel:1234567890" },
|
||||
{ text: "Email Us", href: "mailto:info@aflasachetwater.com" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -61,19 +62,19 @@ export default function ContactPage() {
|
||||
|
||||
<div id="quote-form" data-section="quote-form">
|
||||
<ContactSplitForm
|
||||
title="Request a Free Quote"
|
||||
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."
|
||||
title="Place Your Order Today"
|
||||
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={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: false }
|
||||
]}
|
||||
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
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=2"
|
||||
imageAlt="AirPro HVAC office location"
|
||||
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="AFLA Sachet Water office location"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Request"
|
||||
onSubmit={handleSubmit}
|
||||
@@ -83,36 +84,35 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="AirPro HVAC"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=3"
|
||||
imageAlt="HVAC technician inspecting equipment"
|
||||
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&_wi=1"
|
||||
imageAlt="Clean water in a glass"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "AC Installation", href: "/" },
|
||||
{ label: "Heating Systems", href: "/" },
|
||||
{ label: "Maintenance Plans", href: "/" },
|
||||
{ label: "Emergency Repairs", href: "/" },
|
||||
],
|
||||
title: "Products", items: [
|
||||
{ label: "Sachet Water (50cl)", href: "/#services" },
|
||||
{ label: "Bottled Water (75cl)", href: "/#services" },
|
||||
{ label: "Dispenser Water (19L)", href: "/#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Testimonials", href: "/#testimonials" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "(555) 987-6543", href: "tel:5559876543" },
|
||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
||||
{ label: "123 Climate Control Way, Austin, TX 78701", href: "https://maps.google.com/?q=123 Climate Control Way, Austin, TX 78701" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/15559876543" }
|
||||
],
|
||||
},
|
||||
{ label: "(123) 456-7890", href: "tel:1234567890" },
|
||||
{ label: "info@aflasachetwater.com", href: "mailto:info@aflasachetwater.com" },
|
||||
{ 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/2341234567890" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2026 | AirPro HVAC. NAFDAC Reg. No. A1-100273L."
|
||||
copyrightText="© 2026 | AFLA SACHET WATER. NAFDAC Reg. No. A1-00123456L. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -12,7 +12,8 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
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() {
|
||||
return (
|
||||
@@ -34,6 +35,7 @@ export default function SachetWaterPage() {
|
||||
brandName="AFLA SACHET WATER"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Wholesale", id: "wholesale-pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
@@ -45,8 +47,8 @@ export default function SachetWaterPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Pure Refreshment, Delivered Daily"
|
||||
description="AFLA Sachet Water provides clean, safe, and refreshing drinking water for homes and businesses. NAFDAC approved and quality guaranteed."
|
||||
title="Pure Water You Can Trust"
|
||||
description="NAFDAC Approved Sachet Water Supplier in Rigasa, Kaduna."
|
||||
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-2.jpg", alt: "Client" },
|
||||
@@ -54,12 +56,12 @@ export default function SachetWaterPage() {
|
||||
]}
|
||||
avatarText="Trusted by 1000+ happy customers"
|
||||
buttons={[
|
||||
{ text: "Place an Order", href: "#contact" },
|
||||
{ text: "Our Products", href: "#services" }
|
||||
{ text: "Order Wholesale", href: "/contact" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/2341234567890" }
|
||||
]}
|
||||
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"
|
||||
imageAlt="Sachet water production line"
|
||||
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="Big image of sachet water packs"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,7 +93,7 @@ export default function SachetWaterPage() {
|
||||
<FeatureCardOne
|
||||
title="Our Pure Water Solutions"
|
||||
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"
|
||||
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: "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"
|
||||
@@ -122,6 +124,34 @@ export default function SachetWaterPage() {
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</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
|
||||
title="Why Choose AFLA Water?"
|
||||
description="Ensuring your health and hydration with every sachet."
|
||||
@@ -234,7 +264,7 @@ export default function SachetWaterPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user