From a57a45ca350d1864967b5959f97f71bde5f03381 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 07:29:45 +0000 Subject: [PATCH 1/5] 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 51d9930..adfe84c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -80,7 +80,7 @@ export default function AboutPage() { { value: "15+", title: "Years of Excellence" }, { value: "500+", title: "Happy Customers Daily" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0gpuq7" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0gpuq7&_wi=2" imageAlt="AL HAADI restaurant interior" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1 From f3939ac041968d12ad8b202c9799513677989d5d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 07:29:45 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index f4ce89c..c5406f7 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -77,7 +77,7 @@ export default function GalleryPage() { category: "Preparation", title: "Shawarma Making Process", excerpt: "Watch our skilled chefs prepare authentic shawarma using traditional rotisserie techniques and the finest ingredients.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=035stn", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=035stn&_wi=2", imageAlt: "Shawarma making process", authorName: "AL HAADI Kitchen", authorAvatar: "asset://logo-brand", @@ -88,7 +88,7 @@ export default function GalleryPage() { category: "Grilling", title: "Open Grill Alfaham", excerpt: "Experience the sizzle and flame as our chefs grill premium chicken alfaham with perfect char marks and smokiness.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mwaqo8", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mwaqo8&_wi=2", imageAlt: "Alfaham grill cooking", authorName: "AL HAADI Kitchen", authorAvatar: "asset://logo-brand", @@ -99,7 +99,7 @@ export default function GalleryPage() { category: "Burgers", title: "Premium Burger Collection", excerpt: "Our carefully crafted burgers feature crispy exteriors, juicy fillings, and fresh toppings for the perfect bite.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ur3orz", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ur3orz&_wi=2", imageAlt: "Premium burgers", authorName: "AL HAADI Kitchen", authorAvatar: "asset://logo-brand", @@ -110,7 +110,7 @@ export default function GalleryPage() { category: "Ambiance", title: "Restaurant Interior", excerpt: "Step into AL HAADI and experience an elegant dining atmosphere designed for memorable meals and gatherings.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y8ie3r", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y8ie3r&_wi=2", imageAlt: "Restaurant interior", authorName: "AL HAADI Team", authorAvatar: "asset://logo-brand", @@ -121,7 +121,7 @@ export default function GalleryPage() { category: "Craftsmanship", title: "Chef at Work", excerpt: "Meet the talented chefs behind AL HAADI who dedicate their skills to creating unforgettable culinary experiences.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mth5on", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mth5on&_wi=2", imageAlt: "Chef cooking", authorName: "AL HAADI Kitchen", authorAvatar: "asset://logo-brand", @@ -132,7 +132,7 @@ export default function GalleryPage() { category: "Plating", title: "Artful Food Presentation", excerpt: "Every dish at AL HAADI is carefully plated and presented with artistic precision to delight your senses.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y5qhb0", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y5qhb0&_wi=2", imageAlt: "Food presentation", authorName: "AL HAADI Team", authorAvatar: "asset://logo-brand", -- 2.49.1 From 16c327794fc790892b06fe21d2ff66c46c05c671 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 07:29:45 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 53 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5ac269c..aa83303 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,31 +1,56 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; +import { Playfair_Display } from "next/font/google"; +import { Poppins } 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 { Playfair_Display } from "next/font/google"; -import { Poppins } from "next/font/google"; - - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; const playfairDisplay = Playfair_Display({ variable: "--font-playfair-display", subsets: ["latin"], weight: ["400", "500", "600", "700", "800", "900"], }); + const poppins = Poppins({ variable: "--font-poppins", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "AL HAADI Multi Cuisine Restro - Premium Dining Experience", + description: "Authentic shawarma, BBQ grills, and multi-cuisine specialties. Premium restaurant with fresh ingredients and cinematic food presentations.", + keywords: "shawarma, restaurant, BBQ, grilled chicken, multi-cuisine, authentic, premium dining, fast food", + metadataBase: new URL("https://alhaadi-restaurant.com"), + alternates: { + canonical: "https://alhaadi-restaurant.com", + }, + openGraph: { + title: "AL HAADI Multi Cuisine Restro", + description: "Experience authentic shawarma and premium multi-cuisine dining", + url: "https://alhaadi-restaurant.com", + siteName: "AL HAADI Multi Cuisine Restro", + type: "website", + images: [ + { + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=clyrua", + alt: "AL HAADI Shawarma", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "AL HAADI - Premium Multi Cuisine Restaurant", + description: "Authentic shawarma and BBQ grilled specialties", + images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=clyrua"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -34,7 +59,9 @@ export default function RootLayout({ return ( - + {children}