diff --git a/src/app/order-confirmation/page.tsx b/src/app/order-confirmation/page.tsx index 95845de..68497c2 100644 --- a/src/app/order-confirmation/page.tsx +++ b/src/app/order-confirmation/page.tsx @@ -8,13 +8,13 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import { CheckCircle } from "lucide-react"; const globalNavItems = [ - { name: "Services", id: "/#services" }, - { name: "About", id: "/#about" }, + { name: "Solutions", id: "/#solutions" }, + { name: "About Us", id: "/#about" }, { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }, { name: "Contact", id: "/#contact" }, - { name: "Products", id: "/products" }, - { name: "Place Order", id: "/order" } + { name: "Shop", id: "/products" }, + { name: "Get a Quote", id: "/order" } ]; export default function OrderConfirmationPage() { @@ -34,17 +34,17 @@ export default function OrderConfirmationPage() {