diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 98a32e5..e9b4a4a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; -import { Award, Users, Utensils, Wine } from "lucide-react"; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function HomePage() { return ( @@ -178,6 +178,18 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/cafe-sibiu-romania_1268-20583.jpg" /> + + ); }