diff --git a/src/app/page.tsx b/src/app/page.tsx index a8cd032..57e4c89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ContactText from '@/components/sections/contact/ContactText'; import { Music, Sparkles, CalendarDays, Star, Zap, Heart, Mail, ShoppingBag } from "lucide-react"; export default function LandingPage() { @@ -226,7 +227,7 @@ export default function LandingPage() { /> -