diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b23d74..5eb12da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Camera, Clock, Heart, MapPin, Phone, Scissors, Sparkles, Star } from 'lucide-react'; +import { Camera, Clock, Heart, MapPin, Phone, Scissors, Sparkles, Star, ArrowDown } from 'lucide-react'; export default function LandingPage() { return ( @@ -178,7 +178,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file