timeline section

This commit is contained in:
2026-04-15 15:27:09 +02:00
parent 3e81492d9f
commit 9be9f8271b
2 changed files with 63 additions and 0 deletions
+2
View File
@@ -1,6 +1,7 @@
import HeroSection from "@/components/sections/HeroSection";
import WorksSection from "@/components/sections/WorksSection";
import FeatureSection from "@/components/sections/FeatureSection";
import TimelineSection from "@/components/sections/TimelineSection";
export default function Home() {
return (
@@ -8,6 +9,7 @@ export default function Home() {
<HeroSection />
<WorksSection />
<FeatureSection />
<TimelineSection />
</main>
);
}