diff --git a/src/app/page.tsx b/src/app/page.tsx index a54c7b2..cd5ee4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,367 +10,175 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Activity, Heart, Zap } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file