From e6974b0dcfc00ef45383c1b6cae9a94ea35f7bd1 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 20:12:55 +0200 Subject: [PATCH] Bob AI: Replace all components on the page with fresh alternatives f --- src/app/page.tsx | 56 +++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa7b550..f0ed7bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,10 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Sparkles, Music, Mic, Headphones, Volume2, Star, CheckCircle, User, Heart, Globe, Award, Clock, Users, FileText, Speaker } from 'lucide-react'; -import { NavbarStyleApple } from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import { HeroBillboard } from "@/components/sections/hero/HeroBillboard"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; export default function LandingPage() { return ( @@ -27,32 +29,32 @@ export default function LandingPage() { secondaryButtonStyle="glass" headingFontWeight="normal" > - + -
- +