Bob AI: fix build error in src/pages/HomePage.tsx

This commit is contained in:
kudinDmitriyUp
2026-06-22 19:27:13 +00:00
parent f6ee8c4231
commit d7a0452940

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';