update web

This commit is contained in:
MacRimi
2026-07-15 17:09:02 +02:00
parent 1b992988eb
commit bbebef6929
3 changed files with 26 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import { Link } from "@/i18n/navigation"
import { DocHeader } from "@/components/ui/doc-header"
import { Callout } from "@/components/ui/callout"
import { DataFlowDiagram } from "@/components/ui/data-flow-diagram"
import { YouTubeEmbed } from "@/components/ui/youtube-embed"
export async function generateMetadata({
params,
@@ -81,6 +82,19 @@ export default async function BackupRestoreOverviewPage({
{t.rich("intro.body", { code, strong })}
</Callout>
<h2 className="text-2xl font-semibold mt-10 mb-4 text-gray-900">
{t("video.heading")}
</h2>
<p className="mb-4 text-gray-800 leading-relaxed">
{t("video.intro")}
</p>
<YouTubeEmbed
videoId="K7A1KtOe4IQ"
title={t("video.title")}
caption={t("video.caption")}
/>
<h2 className="text-2xl font-semibold mt-10 mb-4 text-gray-900">
{t("whatItIsNot.heading")}
</h2>