Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d49d65d155 | |||
| ac003204b8 | |||
| 8cbd2f33ad | |||
| c508a50281 | |||
| 431b1206fe | |||
| f95af6c10f | |||
| 11ad855d22 | |||
| 6775a12e7c | |||
| a4b2893ddd | |||
| 86279895b9 |
@@ -1,5 +1,34 @@
|
|||||||
@import "tailwindcss";
|
@tailwind base;
|
||||||
@import "./styles/variables.css";
|
@tailwind components;
|
||||||
@import "./styles/theme.css";
|
@tailwind utilities;
|
||||||
@import "./styles/utilities.css";
|
|
||||||
@import "./styles/base.css";
|
* {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: var(--background);
|
||||||
|
color: var(--foreground);
|
||||||
|
transition: background-color 0.3s ease, color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
body {
|
||||||
|
font-family: var(--font-inter), sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-family: var(--font-inter), sans-serif;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,47 +1,23 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Open_Sans } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import "./styles/variables.css";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const openSans = Open_Sans({
|
const inter = Inter({
|
||||||
variable: "--font-open-sans",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "مطعم النجمه والهلال - أفضل إفطار مصري مفتوح 24 ساعة",
|
title: "مطعم النجمه والهلال", description: "أفضل تجربة إفطار مصري أصيل. مفتوح 24 ساعة"};
|
||||||
description: "مطعم النجمه والهلال - أفضل تجربة إفطار مصري أصيل بمكونات طازجة. مفتوح 24 ساعة. اتصل الآن: 01148126838",
|
|
||||||
keywords: "إفطار مصري, مطعم مصري, فلافل, كشري, شكشوكة, مطعم 24 ساعة, الدسوقي",
|
|
||||||
openGraph: {
|
|
||||||
title: "مطعم النجمه والهلال - إفطار مصري مميز 24 ساعة",
|
|
||||||
description: "تمتع بأفضل الأطباق المصرية الأصيلة في مطعم النجمه والهلال. مفتوح طوال اليوم والليل",
|
|
||||||
type: "website",
|
|
||||||
siteName: "مطعم النجمه والهلال",
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image",
|
|
||||||
title: "مطعم النجمه والهلال - إفطار مصري",
|
|
||||||
description: "أفضل مطعم إفطار مصري مفتوح 24 ساعة",
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="ar" dir="rtl" suppressHydrationWarning>
|
<html lang="ar" dir="rtl">
|
||||||
<ServiceWrapper>
|
<body className={inter.variable}>{children}
|
||||||
<body className={`${openSans.variable} antialiased`}>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1409,7 +1385,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -190,7 +190,8 @@ export default function HomePage() {
|
|||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={["Google Maps", "فودافيون", "كارم", "بوابة الطعام", "فيسبوك", "تويتر", "واتس أب"]}
|
names={[
|
||||||
|
"Google Maps", "فودافيون", "كارم", "بوابة الطعام", "فيسبوك", "تويتر", "واتس أب"]}
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
containerClassName="w-full"
|
containerClassName="w-full"
|
||||||
@@ -248,4 +249,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user