diff --git a/src/App.tsx b/src/App.tsx index 6b701ab..4d8a785 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,8 +5,8 @@ import FeaturesComparison from '@/components/sections/features/FeaturesCompariso import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; +import RecentWorks from '@/components/sections/works/RecentWorks'; import NavbarCentered from '@/components/ui/NavbarCentered'; -import logoImg from "@/assets/logo.svg"; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; import { Droplets, Flame, Wrench } from "lucide-react"; import { useEffect } from "react"; @@ -21,10 +21,10 @@ export default function App() { }, []); return ( -