From 2e7c5eb2509aaf84a1be4711b6ef8fa7880448f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:37 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 435cf54..31f3a0f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,7 +27,6 @@ export default function ContactPage() { navItems={[ { name: "Home", id: "/" }, { name: "About Us", id: "/about" }, - { name: "SEO Checker", id: "/seo" }, { name: "Contact", id: "/contact" } ]} brandName="GeoTools" @@ -35,24 +34,28 @@ export default function ContactPage() { />
-
-
-- 2.49.1 From 218e056ea1164399226def9e6c524715dd50b8ea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 54 +++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5332b2..c32fe94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CheckCircle, FileText, Globe } from "lucide-react"; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Globe, FileText, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -31,7 +31,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "/" }, { name: "About Us", id: "/about" }, - { name: "SEO Checker", id: "/seo" }, { name: "Contact", id: "/contact" } ]} brandName="GeoTools" @@ -39,50 +38,59 @@ export default function LandingPage() { />
-
-
-
-
-
-- 2.49.1