Переносит FAQ в конец главной страницы
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -54,12 +54,13 @@ export default async function Home({
|
||||
<Hero dict={dict.hero} lang={lang} />
|
||||
<Features dict={dict.features} />
|
||||
<Pricing dict={dict.pricing} lang={lang} pbUrl={pbUrl} />
|
||||
<FAQ dict={dict.faq} lang={lang} />
|
||||
<TerminalGuestbook dict={dict.guestbook} pbUrl={pbUrl} />
|
||||
|
||||
<Suspense fallback={<SectionSkeleton />}>
|
||||
<BlogPreview lang={lang} dict={dict.blog} />
|
||||
</Suspense>
|
||||
|
||||
<FAQ dict={dict.faq} lang={lang} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user