diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx
index acfb03e..0c8168f 100644
--- a/app/[locale]/page.tsx
+++ b/app/[locale]/page.tsx
@@ -1,11 +1,13 @@
import HeroSection from "@/components/sections/HeroSection";
import WorksSection from "@/components/sections/WorksSection";
+import FeatureSection from "@/components/sections/FeatureSection";
export default function Home() {
return (