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