Update src/app/contact/page.tsx

This commit is contained in:
2026-06-10 14:58:01 +00:00
parent 6931c27c39
commit da6f641a81

View File

@@ -34,6 +34,7 @@ export default function ContactPage() {
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" }
@@ -117,4 +118,4 @@ export default function ContactPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }