4 Commits

Author SHA1 Message Date
1bc3a30df1 Merge version_6 into main
Merge version_6 into main
2026-06-10 15:01:17 +00:00
e97d48edf8 Update src/app/page.tsx 2026-06-10 15:01:14 +00:00
a44ff289b6 Update src/app/contact/page.tsx 2026-06-10 15:01:13 +00:00
830abc6ce5 Merge version_5 into main
Merge version_5 into main
2026-06-10 14:58:08 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ export default function ContactPage() {
{ name: "Testimonials", id: "/#testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ text: "Place an Order", href: "/contact" }} button={{ text: "WhatsApp Us", href: "https://wa.me/2341234567890" }}
animateOnLoad={false} animateOnLoad={false}
/> />
</div> </div>

View File

@@ -40,7 +40,7 @@ export default function SachetWaterPage() {
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ text: "Place an Order", href: "/contact" }} button={{ text: "WhatsApp Us", href: "https://wa.me/2341234567890" }}
animateOnLoad={false} animateOnLoad={false}
/> />
</div> </div>