From 8aa43efcfc6544e7429d3d2fbeaa89e9b91c3370 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 13:53:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6fbe4e..0e70e9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Code, MessageSquare, Palette, Sparkles } from 'lucide-react'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; export default function LandingPage() { return ( @@ -35,8 +34,10 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Team", id: "team" }, { name: "About", id: "about" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} /> @@ -210,10 +211,6 @@ export default function LandingPage() { /> -
- -
-