Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +80,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -21,25 +21,25 @@ export default function MenuPage() {
|
||||
id: 1,
|
||||
title: "Hot Drinks",
|
||||
description: "Turkish Coffee, Nescafé, Tea with Mint, Herbal Tea, Hot Chocolate. Authentic brews served fresh throughout the day and night.",
|
||||
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=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Cold Drinks",
|
||||
description: "Iced Coffee, Fresh Juices, Soft Drinks, Lemonade, Iced Tea. Perfect refreshment during Cairo's warm days and nights.",
|
||||
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=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Shisha Selection",
|
||||
description: "Apple Mint, Grape, Strawberry, Mixed Flavors. Premium tobacco blends in our comfortable oriental lounge atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Food & Pastries",
|
||||
description: "Waffles with Nutella, Fresh Cakes, Hummus & Bread, Burgers, Local Sandwiches. E£1–200 per person. Something for every appetite.",
|
||||
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=2",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -79,15 +79,15 @@ export default function MenuPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
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=3",
|
||||
imageAlt: "Fresh pastries and desserts",
|
||||
},
|
||||
{
|
||||
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=3",
|
||||
imageAlt: "Cold beverages",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg?_wi=3",
|
||||
imageAlt: "Premium shisha",
|
||||
},
|
||||
]}
|
||||
@@ -120,7 +120,7 @@ export default function MenuPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
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=2"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Enter your email for special offers"
|
||||
|
||||
@@ -55,11 +55,11 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Cozy oriental lounge area",
|
||||
},
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Traditional coffee service",
|
||||
},
|
||||
{
|
||||
@@ -67,15 +67,15 @@ export default function HomePage() {
|
||||
imageAlt: "Relaxed shisha lounge",
|
||||
},
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Fresh pastries and waffles",
|
||||
},
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Outdoor food truck area",
|
||||
},
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Evening ambiance with warm lighting",
|
||||
},
|
||||
]}
|
||||
@@ -117,13 +117,13 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Shisha & Relaxation",
|
||||
description: "Premium shisha selection in our comfortable oriental lounge. Perfect for unwinding with friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "PlayStation & Gaming",
|
||||
description: "Latest gaming consoles and friendly competition. Great for groups and all-night sessions.",
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -135,7 +135,7 @@ export default function HomePage() {
|
||||
id: 4,
|
||||
title: "Oriental Lounge with AC",
|
||||
description: "Upstairs cool lounge with traditional ambiance. Escape the heat and enjoy authentic hospitality.",
|
||||
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=1",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -207,7 +207,7 @@ export default function HomePage() {
|
||||
content: "Yes, we offer catering and group bookings. Contact us directly to discuss your event and custom menu options.",
|
||||
},
|
||||
]}
|
||||
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=1"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -226,7 +226,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ 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=1"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user