web speedtest

This commit is contained in:
2026-05-03 14:02:06 +07:00
parent 4a5b0da421
commit ce77d9e4e3
5 changed files with 227 additions and 2 deletions
+2
View File
@@ -3,6 +3,7 @@ import dynamic from "next/dynamic";
import { getDictionary } from "@/lib/dictionaries";
import { Hero } from "@/components/sections/Hero";
import { Features } from "@/components/sections/Features";
import { SpeedtestClient } from "@/components/sections/SpeedtestClient";
// Легкий скелетон для плавности
const SectionSkeleton = () => (
@@ -50,6 +51,7 @@ export default async function Home({
<Pricing dict={dict.pricing} lang={lang} />
<FAQ dict={dict.faq} lang={lang} />
<TerminalGuestbook dict={dict.guestbook} />
<SpeedtestClient />
<Suspense fallback={<SectionSkeleton />}>
<BlogPreview lang={lang} dict={dict.blog} />
</Suspense>