Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-06-12 11:14:20 +00:00

View File

@@ -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