From 18cf440e0b5061a3a4f3cc6dd26c7acd052aa9e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:20:36 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c0d5492..1a7ba0c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,6 @@ import FeatureCardThree from "@/components/sections/feature/featureCardThree/Fea import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import Link from "next/link"; const navItems = [ { name: "Home", id: "/" }, -- 2.49.1 From 1a37132722f1268908c2bb8af11d16a9056e8999 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:20:37 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e8ca227..2081b69 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import ContactText from "@/components/sections/contact/ContactText"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import Link from "next/link"; const navItems = [ { name: "Home", id: "/" }, -- 2.49.1 From 46d436618027fd1aadeb2d7f6232a19623c41f97 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:20:39 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8a26afe..af83658 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,7 +7,6 @@ import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Sparkles, Zap, Award } from "lucide-react"; -import Link from "next/link"; const navItems = [ { name: "Home", id: "/" }, -- 2.49.1