From 11d253dad4a2788974598579ce609e38a0df653b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:30:12 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 857ad02..5ab3ff0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function ContactPage() { variant: "plain", }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/boy-holding-welcome-sign-after-end-quarantine_23-2148639770.jpg" + imageSrc="http://img.b2bpic.net/free-photo/boy-holding-welcome-sign-after-end-quarantine_23-2148639770.jpg?_wi=2" imageAlt="Welcome to Grandpa's Cafe" mediaAnimation="slide-up" mediaPosition="right" From 010ff72a6fbada2ad21a383c994dfc4271d76cb0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:30:13 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index a109913..e719096 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -56,28 +56,28 @@ export default function GalleryPage() { id: 1, title: "Traditional Seating", description: "Authentic oriental furniture and warm ambient lighting create an inviting space for conversation and relaxation.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-interior-design_23-2151050973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-interior-design_23-2151050973.jpg?_wi=2", imageAlt: "Traditional interior design seating", }, { id: 2, title: "Cool Comfort", description: "Air-conditioned lounge keeps you comfortable throughout the day and night, no matter the season.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg?_wi=2", imageAlt: "Comfortable cafe interior", }, { id: 3, title: "Welcoming Ambiance", description: "Soft lighting and cozy corners make every visit special. A true neighborhood gathering place.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=2", imageAlt: "Friends enjoying cafe ambiance", }, { id: 4, title: "Group-Friendly Layout", description: "Spacious layout accommodates groups of any size. Perfect for celebrations, meetings, or casual hangouts.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg?_wi=3", imageAlt: "Friends gathering in cafe", }, ]} @@ -98,28 +98,28 @@ export default function GalleryPage() { id: 1, title: "Traditional Coffee & Tea", description: "Authentic Turkish and Egyptian coffee, served the traditional way. Herbal teas and fresh mint tea available all day.", - imageSrc: "http://img.b2bpic.net/free-photo/incredible-modern-pretty-woman-relaxing-outside_291650-664.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/incredible-modern-pretty-woman-relaxing-outside_291650-664.jpg?_wi=4", imageAlt: "Traditional coffee service", }, { id: 2, title: "Fresh Pastries & Waffles", description: "Homemade cakes, waffles with Nutella, and fresh pastries baked daily. Perfect with your favorite beverage.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-yummy-cookies-with-cup-coffee-sweet-bangles-pastry-grey-background-cookie-sugar-sweet-coffee_140725-31007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-yummy-cookies-with-cup-coffee-sweet-bangles-pastry-grey-background-cookie-sugar-sweet-coffee_140725-31007.jpg?_wi=4", imageAlt: "Fresh pastries and coffee", }, { id: 3, title: "Authentic Street Food", description: "Burgers, local sandwiches, and traditional Egyptian street snacks. Quality ingredients, authentic flavors.", - imageSrc: "http://img.b2bpic.net/free-photo/best-friends-eating-street-food_23-2149009621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/best-friends-eating-street-food_23-2149009621.jpg?_wi=3", imageAlt: "Street food experience", }, { id: 4, title: "Cold Beverages", description: "Fresh juices, iced coffee, soft drinks, lemonade, and iced tea. Refreshing options for every taste.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-playing-game-computers_23-2149350013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-playing-game-computers_23-2149350013.jpg?_wi=2", imageAlt: "Cool drinks and refreshments", }, ]} @@ -167,7 +167,7 @@ export default function GalleryPage() { content: "Our ground floor is easily accessible. Please contact us if you have specific accessibility needs, and we'll do our best to accommodate.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg?_wi=4" imageAlt="Friends enjoying our cafe" mediaAnimation="slide-up" mediaPosition="left" From bba01e0ee7f1304b749917426500732ce50e6095 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:30:13 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 57 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a088e29..9d77d79 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,63 @@ 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: "كافيه جدو - Your 24-Hour Neighborhood Cafe in Nasr City", + description: "Authentic Egyptian cafe open 24/7. Enjoy coffee, shisha, gaming, fresh food & street snacks in a warm, welcoming atmosphere. Call 010 14380325 or visit us now.", + keywords: "cafe Cairo, shisha lounge, 24 hour cafe, Egyptian coffee, Nasr City, street food", + metadataBase: new URL("https://cafeegrandpa.com"), + alternates: { + canonical: "https://cafeegrandpa.com", + }, + openGraph: { + title: "كافيه جدو - Grandpa's Cafe", + description: "Your neighborhood cafe, open all night. Come as a stranger. Leave as a regular.", + url: "https://cafeegrandpa.com", + siteName: "كافيه جدو", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg", + alt: "Grandpa's Cafe cozy interior", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "كافيه جدو - Your 24-Hour Neighborhood Cafe", + description: "Open all night. Coffee, shisha, gaming, food. Come as a stranger. Leave as a regular.", + images: [ + "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491833.jpg", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +66,9 @@ export default function RootLayout({ return ( - + {children}