Merge version_1 into main #1
@@ -58,7 +58,7 @@ export default function AboutPage() {
|
||||
{ text: "Explore Menu", href: "/menu" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=2"
|
||||
imageAlt="Moroccan Restaurant Interior"
|
||||
mediaAnimation="slide-up"
|
||||
className="py-24"
|
||||
|
||||
@@ -1,24 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "DARI - Authentic Moroccan Restaurant",
|
||||
description: "Experience authentic 100% Moroccan cuisine at DARI. Traditional dishes, heritage recipes, and warm hospitality. Dine in or order delivery.",
|
||||
keywords: "moroccan restaurant, authentic moroccan cuisine, couscous, tagine, moroccan food, moroccan delivery",
|
||||
openGraph: {
|
||||
title: "DARI - Authentic Moroccan Restaurant",
|
||||
description: "Experience authentic 100% Moroccan cuisine with traditional recipes and warm hospitality.",
|
||||
siteName: "DARI Restaurant",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/beaf-vegetables-fried-furnace_140725-673.jpg",
|
||||
alt: "traditional moroccan tagine dish steaming",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "DARI - Authentic Moroccan Restaurant",
|
||||
description: "100% Moroccan cuisine. Traditional recipes. Heritage ingredients.",
|
||||
images: ["http://img.b2bpic.net/free-photo/beaf-vegetables-fried-furnace_140725-673.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -58,7 +58,7 @@ export default function MenuPage() {
|
||||
{ text: "Make Reservation", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=1"
|
||||
imageAlt="Moroccan Restaurant Interior"
|
||||
mediaAnimation="slide-up"
|
||||
className="py-24"
|
||||
@@ -80,42 +80,42 @@ export default function MenuPage() {
|
||||
id: "couscous",
|
||||
name: "Royal Couscous",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg?_wi=2",
|
||||
imageAlt: "Moroccan Couscous",
|
||||
},
|
||||
{
|
||||
id: "pastilla",
|
||||
name: "Chicken Pastilla",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-platter_23-2148734685.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-platter_23-2148734685.jpg?_wi=2",
|
||||
imageAlt: "Traditional Pastilla",
|
||||
},
|
||||
{
|
||||
id: "harira",
|
||||
name: "Harira Soup",
|
||||
price: "$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg?_wi=2",
|
||||
imageAlt: "Moroccan Harira Soup",
|
||||
},
|
||||
{
|
||||
id: "lamb-tagine",
|
||||
name: "Lamb Tagine",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beaf-vegetables-fried-furnace_140725-673.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beaf-vegetables-fried-furnace_140725-673.jpg?_wi=2",
|
||||
imageAlt: "Moroccan Lamb Tagine",
|
||||
},
|
||||
{
|
||||
id: "kofta",
|
||||
name: "Spiced Kofta",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg?_wi=3",
|
||||
imageAlt: "Moroccan Kofta",
|
||||
},
|
||||
{
|
||||
id: "mint-tea",
|
||||
name: "Traditional Mint Tea",
|
||||
price: "$4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg?_wi=3",
|
||||
imageAlt: "Moroccan Mint Tea",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function HomePage() {
|
||||
{ text: "Order Delivery", href: "/delivery" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beaf-vegetables-fried-furnace_140725-673.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beaf-vegetables-fried-furnace_140725-673.jpg?_wi=1"
|
||||
imageAlt="Traditional Moroccan Tagine"
|
||||
mediaAnimation="slide-up"
|
||||
className="py-24"
|
||||
@@ -102,21 +102,21 @@ export default function HomePage() {
|
||||
id: "couscous",
|
||||
name: "Royal Couscous",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg?_wi=1",
|
||||
imageAlt: "Moroccan Couscous",
|
||||
},
|
||||
{
|
||||
id: "pastilla",
|
||||
name: "Chicken Pastilla",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-platter_23-2148734685.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-platter_23-2148734685.jpg?_wi=1",
|
||||
imageAlt: "Traditional Pastilla",
|
||||
},
|
||||
{
|
||||
id: "harira",
|
||||
name: "Harira Soup",
|
||||
price: "$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg?_wi=1",
|
||||
imageAlt: "Moroccan Harira Soup",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user