From 15890e88da1a7b1e96c5094a185272e2c46b25f4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:38:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 265 ++++++++++++++++++++++++----------------------- 1 file changed, 138 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8acd4a7..0ed1aeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Instagram, Twitter } from "lucide-react"; +import { Instagram, Twitter, MessageCircle, ShieldCheck, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -28,140 +28,151 @@ export default function LandingPage() { headingFontWeight="semibold" > - +
+ + + +
+ + -
- -
+
+
Гарантия качества
+
Быстрая доставка
+
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -} +} \ No newline at end of file