diff --git a/src/app/page.tsx b/src/app/page.tsx index 8340aa5..19dffb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,8 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { CheckCircle, Facebook, Instagram, Scissors } from "lucide-react"; export default function LandingPage() { @@ -29,355 +29,171 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file