1 Commits

Author SHA1 Message Date
kudinDmitriyUp
d7a0452940 Bob AI: fix build error in src/pages/HomePage.tsx 2026-06-22 19:27:13 +00:00

View File

@@ -6,6 +6,7 @@
// preserved inline; extracted section blocks become <XSection/> 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';