Update src/app/contact/page.tsx
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user