From 3f4d378e2bc531baae1a17d56f617905903f6076 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:26:38 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index db18179..6420fb5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { { value: "+10 سنوات", title: "خبرة في الطهي" }, { value: "100%", title: "مكونات طازة يومية" } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-colleagues-eating-pizza_23-2149103778.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-colleagues-eating-pizza_23-2149103778.jpg?_wi=2" imageAlt="فريق مطعم السور" useInvertedBackground={false} mediaAnimation="slide-up" From f89e91b316645c08fc41dbb0b5cb72c79ef15408 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:26:39 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 56221fd..4d8728e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { background={{ variant: "sparkles-gradient" }} tag="تواصل معنا" tagIcon={Phone} - imageSrc="http://img.b2bpic.net/free-photo/young-people-reunited-table_23-2147668877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-people-reunited-table_23-2147668877.jpg?_wi=2" imageAlt="مطعم السور العائلي" buttons={[ { text: "اطلب الآن", href: "#contact-form" }, From 70b4c49bc2f9fd58907c79a65f30648ce6ba84f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:26:39 +0000 Subject: [PATCH 3/4] Update src/app/layout.tsx --- src/app/layout.tsx | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..735eaae 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,27 +6,44 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "مطعم السور - طعام عربي لذيذ", + description: "مطعم السور العائلي يقدم أطباق عربية أصيلة لذيذة. الموقع: 30 ص، صوملا. الهاتف: 07710222552", + keywords: "مطعم, طعام عربي, كبة, شاورما, تشريب, عراقي, صوملا, بغداد", + openGraph: { + title: "مطعم السور - طعام عربي لذيذ", + description: "استمتع بأطباق عربية لذيذة في مطعم السور العائلي", + type: "website", + siteName: "مطعم السور", + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( - + - + {children}