6 Commits

Author SHA1 Message Date
1061975997 Update src/app/page.tsx 2026-06-10 14:55:41 +00:00
85a4bce8fc Update src/app/contact/page.tsx 2026-06-10 14:55:40 +00:00
9898523aa0 Update src/app/page.tsx 2026-06-10 14:55:16 +00:00
3d96264bbc Update src/app/contact/page.tsx 2026-06-10 14:55:16 +00:00
8a40d8efb6 Merge version_3 into main
Merge version_3 into main
2026-06-10 14:52:04 +00:00
01099d0acb Merge version_3 into main
Merge version_3 into main
2026-06-10 14:51:40 +00:00
2 changed files with 43 additions and 44 deletions

View File

@@ -31,14 +31,14 @@ 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: "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: "Place an Order", href: "/contact" }}
animateOnLoad={false} animateOnLoad={false}
/> />
</div> </div>
@@ -47,12 +47,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 +61,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 +83,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>

View File

@@ -45,8 +45,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 +54,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 +91,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 +110,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"
@@ -234,7 +234,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={[
{ {