Merge version_5 into main #9

Merged
bender merged 3 commits from version_5 into main 2026-06-08 03:01:18 +00:00
3 changed files with 21 additions and 21 deletions

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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 = [