diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a876672..d4a6b78 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,256 +8,152 @@ import RadialGradientBackground from "@/components/ui/RadialGradientBackground"; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialSplitCards from '@/components/sections/testimonial/TestimonialSplitCards'; -import { Award, Globe, TrendingUp } from "lucide-react"; +import FooterBasic from '@/components/sections/footer/FooterBasic'; export default function HomePage() { return ( <> -
- -
+
+ +
-
- - -
+
+ + +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
+ + ); }