diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 58e0b9a..e77c84b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,6 +6,7 @@ // preserved inline; extracted section blocks become refs. import React from 'react'; +// @ts-ignore import { motion } from 'framer-motion'; import { MessageCircle, Instagram, Mail, MapPin, Phone, ChevronRight, Star, Shield, Zap } from 'lucide-react'; import HeroSection from './HomePage/sections/Hero';