Merge version_5 into main #9
@@ -8,13 +8,13 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
|
||||
const globalNavItems = [
|
||||
{ name: "Services", href: "/#services" },
|
||||
{ name: "About", href: "/#about" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "FAQ", href: "/#faq" },
|
||||
{ name: "Contact", href: "/#contact" },
|
||||
{ name: "Products", href: "/products" },
|
||||
{ name: "Place Order", href: "/order" }
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Place Order", id: "/order" }
|
||||
];
|
||||
|
||||
export default function OrderConfirmationPage() {
|
||||
|
||||
@@ -9,13 +9,13 @@ import ContactForm from "@/components/form/ContactForm";
|
||||
import { useRouter } from "next/navigation";
|
||||
|
||||
const globalNavItems = [
|
||||
{ name: "Services", href: "/#services" },
|
||||
{ name: "About", href: "/#about" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "FAQ", href: "/#faq" },
|
||||
{ name: "Contact", href: "/#contact" },
|
||||
{ name: "Products", href: "/products" },
|
||||
{ name: "Place Order", href: "/order" }
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Place Order", id: "/order" }
|
||||
];
|
||||
|
||||
export default function OrderPage() {
|
||||
|
||||
@@ -15,13 +15,13 @@ import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
|
||||
|
||||
const globalNavItems = [
|
||||
{ name: "Services", href: "/#services" },
|
||||
{ name: "About", href: "/#about" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "FAQ", href: "/#faq" },
|
||||
{ name: "Contact", href: "/#contact" },
|
||||
{ name: "Products", href: "/products" },
|
||||
{ name: "Place Order", href: "/order" }
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Place Order", id: "/order" }
|
||||
];
|
||||
|
||||
const globalFooterColumns = [
|
||||
|
||||
Reference in New Issue
Block a user