Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-26 02:45:53 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -9,12 +9,12 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
import { Lightbulb, ShieldCheck, Leaf } from "lucide-react";
const commonNavItems = [
{ name: "Home", href: "/" },
{ name: "Products", href: "/products" },
{ name: "Features", href: "/#features" },
{ name: "About Us", href: "/about" },
{ name: "FAQs", href: "/faqs" },
{ name: "Contact", href: "/contact" }
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "Features", id: "/#features" },
{ name: "About Us", id: "/about" },
{ name: "FAQs", id: "/faqs" },
{ name: "Contact", id: "/contact" }
];
const commonNavbarButton = {

View File

@@ -7,12 +7,12 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
const commonNavItems = [
{ name: "Home", href: "/" },
{ name: "Products", href: "/products" },
{ name: "Features", href: "/#features" },
{ name: "About Us", href: "/about" },
{ name: "FAQs", href: "/faqs" },
{ name: "Contact", href: "/contact" }
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "Features", id: "/#features" },
{ name: "About Us", id: "/about" },
{ name: "FAQs", id: "/faqs" },
{ name: "Contact", id: "/contact" }
];
const commonNavbarButton = {