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