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:
Alireza Hassani
2026-08-09 17:44:15 +03:30
co-authored by Cursor
parent 701ec5851a
commit ccf8817b26
37 changed files with 692 additions and 134 deletions
+6 -3
View File
@@ -2,12 +2,15 @@ import { Footer } from "@/components/Footer";
import { Header } from "@/components/Header";
import { CatalogCard, PageHero } from "@/components/PageShared";
import { solutionsList } from "@/data/pages";
import type { Metadata } from "next";
import { pageMetadata } from "@/lib/seo";
export const metadata = {
title: "راهکارها | رسام تجارت هواران",
export const metadata: Metadata = pageMetadata({
title: "راهکارها",
description:
"راهکارهای مدیریت دود ساختمان، تهویه فضاهای مختلف، تهویه مطبوع، تونل و مترو و تاسیسات ساختمانی",
};
path: "/solutions",
});
export default function SolutionsPage() {
return (