diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3ddc99b..b03d2e1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -41,9 +41,7 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index fc9fb67..97fee36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { TrendingUp, Users, Clock, Zap, BarChart3, Brain, Sparkles, Star, Crown, HelpCircle, Heart, Shield, Smartphone, Target } from "lucide-react"; +import { TrendingUp, Users, Clock, Zap, BarChart3, Brain, Sparkles, Star, Crown, HelpCircle, Heart, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -78,24 +78,18 @@ export default function LandingPage() { @@ -181,30 +175,20 @@ export default function LandingPage() {