diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1e429cc..f06d89b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -120,7 +120,7 @@ export default function ContactPage() { title: "Call Us", description: "Monday - Friday: 10:00 AM - 11:00 PM | Saturday - Sunday: 8:00 AM - 12:00 AM. We're happy to take your call.", tag: "Phone", - imageSrc: "http://img.b2bpic.net/free-photo/girl-working-with-green-plants-shop_23-2147761079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-working-with-green-plants-shop_23-2147761079.jpg?_wi=2", imageAlt: "Cafe phone service", buttons: [ { @@ -134,7 +134,7 @@ export default function ContactPage() { title: "WhatsApp Us", description: "Quick responses to reservations, menu inquiries, and event bookings. Available 24/7 for messages.", tag: "Messaging", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg?_wi=4", imageAlt: "Cafe messaging", buttons: [ { diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 6bdf5c8..d4a578b 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -92,7 +92,7 @@ export default function GalleryPage() { title: "Gourmet Presentations", description: "Beautifully plated dishes that are as much art as they are cuisine. Each presentation tells a story of craftsmanship.", tag: "Food Photography", - imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-table-assortment_23-2149139469.jpg?_wi=3", imageAlt: "Gourmet food photography flat lay", }, { @@ -100,7 +100,7 @@ export default function GalleryPage() { title: "Cafe Ambience", description: "Warm lighting, earthy decor, and thoughtful design create spaces that invite you to stay longer.", tag: "Interior Design", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg?_wi=2", imageAlt: "Cozy cafe corner with soft light", }, { @@ -108,7 +108,7 @@ export default function GalleryPage() { title: "Moments Shared", description: "Friends, families, and individuals creating memories at KEFI. Social connections over great food and coffee.", tag: "Community", - imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-bar-with-drinks-looking-mobile-phone_23-2147861862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-bar-with-drinks-looking-mobile-phone_23-2147861862.jpg?_wi=2", imageAlt: "Friends enjoying cafe experience", }, ]} @@ -133,7 +133,7 @@ export default function GalleryPage() { title: "Coffee Artistry", description: "Watch our baristas create intricate latte art and specialty coffee drinks with passion and precision.", tag: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-apron-pouring-frothed-milk-coffee-cups_23-2148824430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-apron-pouring-frothed-milk-coffee-cups_23-2148824430.jpg?_wi=2", imageAlt: "Barista pouring specialty coffee", }, { @@ -141,7 +141,7 @@ export default function GalleryPage() { title: "Dessert Details", description: "Indulgent desserts and pastries crafted with attention to detail, taste, and visual appeal.", tag: "Desserts", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-cheesecake-with-oats_661915-553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-cheesecake-with-oats_661915-553.jpg?_wi=2", imageAlt: "Artisanal dessert plating", }, { @@ -149,7 +149,7 @@ export default function GalleryPage() { title: "Dining Moments", description: "Capture the essence of casual dining, brunch culture, and the joy of sharing meals at KEFI.", tag: "Experience", - imageSrc: "http://img.b2bpic.net/free-vector/quotes-typography-retro-set_1284-6836.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/quotes-typography-retro-set_1284-6836.jpg?_wi=2", imageAlt: "Cafe typography and styling", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index edb6b42..6a78930 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "KEFI Eatery & Cafe | Versova's Premium Cafe Experience", + description: "Discover KEFI, Versova's most loved cafe. Gourmet food, specialty coffee, and cozy ambience. Reserve your table today.", + keywords: "best cafe in Versova, cafes in Andheri West, brunch cafe Mumbai, coffee cafe Versova, aesthetic cafes Mumbai, luxury cafe, premium restaurant", + metadataBase: new URL("https://kefieatery.com"), + alternates: { + canonical: "https://kefieatery.com", + }, + openGraph: { + title: "KEFI Eatery & Cafe | Versova's Premium Cafe Experience", + description: "Discover KEFI, Versova's most loved cafe. Gourmet food, specialty coffee, and cozy ambience. Reserve your table today.", + url: "https://kefieatery.com", + siteName: "KEFI Eatery & Cafe", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", + alt: "KEFI Cafe Interior", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "KEFI Eatery & Cafe | Versova's Premium Cafe Experience", + description: "Discover KEFI, Versova's most loved cafe. Gourmet food, specialty coffee, and cozy ambience.", + images: ["http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -31,7 +64,9 @@ export default function RootLayout({ return ( - + {children}