From 6105140c8f79a7d1c8d749bba9f83480d3b4346d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:07:59 +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 c6cc177..d06b5cb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { variant: "downward-rays-static", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/engaged-couple-posing-together-city_23-2149488108.jpg" + imageSrc="http://img.b2bpic.net/free-photo/engaged-couple-posing-together-city_23-2149488108.jpg?_wi=3" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" -- 2.49.1 From f9eb48fe3c602f921f2babcf4174b616b0b727ef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:08:00 +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 294348d..4e82d93 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -51,42 +51,42 @@ export default function GalleryPage() { id: "gallery-burgers", name: "Juicy Burgers", price: "Chef's Special", - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098869.jpg?_wi=3", imageAlt: "assorted burgers food photography" }, { id: "gallery-biryani", name: "Fragrant Biryani", price: "Main Course", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-dark-dish-east_140725-82272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-dark-dish-east_140725-82272.jpg?_wi=3", imageAlt: "biryani rice dish elegant plating" }, { id: "gallery-drinks", name: "Refreshing Drinks", price: "Beverages", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-kombucha-outdoors_23-2150553725.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-kombucha-outdoors_23-2150553725.jpg?_wi=2", imageAlt: "beverage selection drinks display" }, { id: "gallery-interior", name: "Cozy Interior", price: "Dining Ambiance", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-interior-design-generated-by-ai_188544-33483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-interior-design-generated-by-ai_188544-33483.jpg?_wi=2", imageAlt: "modern restaurant interior design" }, { id: "gallery-seating", name: "Comfortable Seating", price: "Experience", - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=2", imageAlt: "restaurant seating comfortable chairs" }, { id: "gallery-platter", name: "Special Platters", price: "Family Pack", - imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg?_wi=3", imageAlt: "family platter food sharing board" } ]; -- 2.49.1 From 7f3ddf5dd9431ca243a2d5d5e1ccba112a6fc24c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:08:01 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 52 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d09ce2..16fc8b3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,58 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Figtree } 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 { Figtree } 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 figtree = Figtree({ variable: "--font-figtree", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Big Daddy's Delight - Delicious Food & Great Taste", + description: "Experience authentic fast food, biryani, and refreshing drinks at Big Daddy's Delight. Order online or reserve your table today. Open 11 AM - 11 PM daily.", + keywords: "restaurant, fast food, biryani, burgers, Mumbai, dining, food delivery", + openGraph: { + title: "Big Daddy's Delight - Delicious Food, Great Taste", + description: "Popular food spot with tasty fast food, refreshing drinks, and comfortable dining. Fresh, high-quality food with great flavors.", + siteName: "Big Daddy's Delight", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-fresh-tomatoes-dark-background_179666-19388.jpg", + alt: "Big Daddy's Delight Restaurant", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Big Daddy's Delight - Delicious Food, Great Taste", + description: "Experience authentic fast food and traditional Indian cuisine at Big Daddy's Delight", + images: [ + "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-fresh-tomatoes-dark-background_179666-19388.jpg", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +61,9 @@ export default function RootLayout({ return ( - + {children}