apply translations in all pages

This commit is contained in:
2026-04-17 11:13:20 +02:00
parent dbeb294920
commit 7a8022d11a
15 changed files with 108 additions and 124 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import HeroSection from "@/components/sections/HeroSection";
import WorksSection from "@/components/sections/WorksSection";
import FeatureSection from "@/components/sections/FeatureSection";
import ApproachSection from "@/components/sections/AppoachSection";
import TimelineSection from "@/components/sections/AboutSection";
import { getAllProjects } from "@/lib/projects/get-projects";
@@ -20,7 +20,7 @@ export default async function Home({ params }: props) {
<HeroSection />
<div className="px-8 md:px-14 lg:px-20">
<WorksSection projects={projects} locale={locale} />
<FeatureSection />
<ApproachSection />
<TimelineSection />
</div>
</main>