From 89a62f9b66fbcf8e77e11a4833e043042a711f78 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 27 Feb 2026 00:00:17 +0200 Subject: [PATCH] Bob AI: Replace the current NavbarStyleFullscreen with a different n --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20afc7a..0e12098 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -10,6 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Sparkles, Package, Award, Mail } from "lucide-react"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; export default function LandingPage() { return ( @@ -26,7 +27,7 @@ export default function LandingPage() { headingFontWeight="normal" > -- 2.49.1