mirror of
https://git.meshkee.com/Meshkee-Websites/havaran.git
synced 2026-08-11 20:40:58 +04:30
Add SEO metadata and fix mobile horizontal overflow.
Prevent homepage layout shift on small screens by constraining the hero aspect box and service/product carousels. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
701ec5851a
commit
ccf8817b26
@@ -3,12 +3,14 @@ import { Footer } from "@/components/Footer";
|
||||
import { Header } from "@/components/Header";
|
||||
import { PageHero } from "@/components/PageShared";
|
||||
import { documentsCerts, documentsSatisfaction } from "@/data/documents";
|
||||
import type { Metadata } from "next";
|
||||
import { pageMetadata } from "@/lib/seo";
|
||||
|
||||
export const metadata = {
|
||||
title: "مدارک | رسام تجارت هواران",
|
||||
description:
|
||||
"گواهینامهها و رضایتمندیهای مشتریان رسام تجارت هواران",
|
||||
};
|
||||
export const metadata: Metadata = pageMetadata({
|
||||
title: "مدارک",
|
||||
description: "گواهینامهها و رضایتمندیهای مشتریان رسام تجارت هواران",
|
||||
path: "/documents",
|
||||
});
|
||||
|
||||
export default function DocumentsPage() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user