Update src/app/page.tsx

This commit is contained in:
2026-03-07 22:30:27 +00:00
parent 167495e9b1
commit fa3c435cd4

View File

@@ -7,9 +7,8 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import Input from '@/components/form/Input';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { BarChart3, Headphones, Mail, MessageCircle, Phone, Rocket, Shield, Smartphone, Star, TrendingUp, Zap, CheckCircle, AlertCircle } from "lucide-react";
import { useState } from 'react';