diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f0fd8d..1894488 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,209 +9,107 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Award, Flame, Phone, Zap } from "lucide-react"; +import Link from "next/link"; export default function LandingPage() { return ( - - -
- -
- - - -
- -
- -
- -
- - + +
+ +
+ +
+ +
+
+ +
+
); -} +} \ No newline at end of file