diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f1f2066..8bb4d33 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,293 +6,138 @@ import HeroBrandCarousel from '@/components/sections/hero/HeroBrandCarousel'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import TestimonialDetailedCards from '@/components/sections/testimonial/TestimonialDetailedCards'; -import { Award, Clock, Cloud, HardDrive, Server, ShieldCheck } from "lucide-react"; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Award, Clock, Server, Cloud, ShieldCheck, HardDrive, Cpu, Globe, Lock } from "lucide-react"; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
+ + ); }