From e5a2b87a74f634f598d290aa303286aeb015d699 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 11:14:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40f0daf..82e3de2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Fire, Heart, Home, Leaf, Soup, Sparkles, Wheat } from "lucide-react"; +import { Flame, Heart, Home, Leaf, Soup, Sparkles, Wheat } from "lucide-react"; export default function LandingPage() { return ( @@ -161,7 +161,7 @@ export default function LandingPage() { icon: Soup, text: "Блюдо дня"}, { - icon: Fire, + icon: Flame, text: "Разогревает"}, ], reverse: false