web speedtest
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user