Update src/app/page.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user