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
2 changed files with 10 additions and 9 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fffafa;
--card: #ffffff;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
--background: #000000;
--card: #0a0a0a;
--foreground: #ffffff;
--primary-cta: #ff0000;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #999999;
--background-accent: #111111;
/* @layout/border-radius/rounded */
--radius: 1rem;

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