Update src/app/page.tsx
This commit is contained in:
@@ -45,8 +45,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 +54,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 +91,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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user