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" > - + -
- +