From 3d083f4d18be9d12d3f9c0f6c601ff58571df76a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:15:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 292 +++++++++++++++-------------------------------- 1 file changed, 95 insertions(+), 197 deletions(-) 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