Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-12 19:26:43 +00:00
4 changed files with 30 additions and 13 deletions

View File

@@ -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"

View File

@@ -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" },

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<html lang="ar" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -38,4 +55,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
background={{ variant: "sparkles-gradient" }}
tag="مطعم عائلي"
tagIcon={Heart}
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=1"
imageAlt="مطعم السور العائلي"
buttons={[
{
@@ -81,7 +81,7 @@ export default function HomePage() {
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=1"
imageAlt="فريق مطعم السور"
useInvertedBackground={false}
mediaAnimation="slide-up"