Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-11 18:06:44 +00:00
3 changed files with 58 additions and 20 deletions

View File

@@ -1,24 +1,60 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Food Fest Cafeteria - Fresh Food & Drinks in Dubai | Quick Service",
description: "Food Fest Cafeteria offers fresh tea, coffee, juices, sandwiches, burgers & shawarma in Dubai. Open 6AM-12AM daily. Quality food at affordable prices.",
keywords: "cafeteria Dubai, fresh food, coffee shop, sandwich restaurant, quick service food, affordable meals Dubai, shawarma, karak tea",
metadataBase: new URL("https://foodfestcafeteria.ae"),
alternates: {
canonical: "https://foodfestcafeteria.ae",
},
openGraph: {
title: "Food Fest Cafeteria - Your Favorite Dubai Neighborhood Café",
description: "Fresh food, great taste, every day. Enjoy karak tea, coffee, juices, sandwiches, burgers and shawarma at Food Fest Cafeteria.",
siteName: "Food Fest Cafeteria",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/top-view-people-toasting-party_23-2148232023.jpg",
alt: "Food Fest Cafeteria - Fresh Food Daily",
},
],
},
twitter: {
card: "summary_large_image",
title: "Food Fest Cafeteria Dubai",
description: "Fresh food, great taste, every day. Visit us for tea, coffee, juice, sandwiches & more.",
images: ["http://img.b2bpic.net/free-photo/top-view-people-toasting-party_23-2148232023.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +63,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +77,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -46,42 +46,42 @@ export default function MenuPage() {
id: "1",
name: "Karak Tea",
price: "5 AED",
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-cinnamons-cookies-white-table_114579-30485.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-cinnamons-cookies-white-table_114579-30485.jpg?_wi=2",
imageAlt: "Karak Tea",
},
{
id: "2",
name: "Fresh Coffee",
price: "8 AED",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-black-background-with-drink-burlap_114579-16644.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-black-background-with-drink-burlap_114579-16644.jpg?_wi=2",
imageAlt: "Fresh Coffee",
},
{
id: "3",
name: "Fresh Juice",
price: "7 AED",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-juice-with-apple-peach_114579-21877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-juice-with-apple-peach_114579-21877.jpg?_wi=2",
imageAlt: "Fresh Juice",
},
{
id: "4",
name: "Chicken Sandwich",
price: "12 AED",
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-white-surface_140725-20016.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-white-surface_140725-20016.jpg?_wi=2",
imageAlt: "Chicken Sandwich",
},
{
id: "5",
name: "Juicy Burger",
price: "15 AED",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-ingredients-frame_23-2148235102.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-ingredients-frame_23-2148235102.jpg?_wi=2",
imageAlt: "Juicy Burger",
},
{
id: "6",
name: "Delicious Shawarma",
price: "14 AED",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039399.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039399.jpg?_wi=2",
imageAlt: "Delicious Shawarma",
},
]}

View File

@@ -102,42 +102,42 @@ export default function HomePage() {
id: "1",
name: "Karak Tea",
price: "5 AED",
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-cinnamons-cookies-white-table_114579-30485.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-cinnamons-cookies-white-table_114579-30485.jpg?_wi=1",
imageAlt: "Karak Tea",
},
{
id: "2",
name: "Fresh Coffee",
price: "8 AED",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-black-background-with-drink-burlap_114579-16644.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-black-background-with-drink-burlap_114579-16644.jpg?_wi=1",
imageAlt: "Fresh Coffee",
},
{
id: "3",
name: "Fresh Juice",
price: "7 AED",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-juice-with-apple-peach_114579-21877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-juice-with-apple-peach_114579-21877.jpg?_wi=1",
imageAlt: "Fresh Juice",
},
{
id: "4",
name: "Chicken Sandwich",
price: "12 AED",
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-white-surface_140725-20016.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-white-surface_140725-20016.jpg?_wi=1",
imageAlt: "Chicken Sandwich",
},
{
id: "5",
name: "Juicy Burger",
price: "15 AED",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-ingredients-frame_23-2148235102.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-ingredients-frame_23-2148235102.jpg?_wi=1",
imageAlt: "Juicy Burger",
},
{
id: "6",
name: "Delicious Shawarma",
price: "14 AED",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039399.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039399.jpg?_wi=1",
imageAlt: "Delicious Shawarma",
},
]}