diff --git a/src/app/la-carta/page.tsx b/src/app/la-carta/page.tsx
index 5705823..54f7575 100644
--- a/src/app/la-carta/page.tsx
+++ b/src/app/la-carta/page.tsx
@@ -3,8 +3,10 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
+import FeatureCardTwentyEight from "@/components/sections/feature/FeatureCardTwentyEight";
import FooterBase from "@/components/sections/footer/FooterBase";
+import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
+import { Sparkles, ArrowUpRight } from "lucide-react";
export default function LaCartaPage() {
return (
@@ -24,114 +26,114 @@ export default function LaCartaPage() {