Merge version_1 into main #1
@@ -93,7 +93,7 @@ export default function AboutPage() {
|
||||
role: "Food Enthusiast",
|
||||
company: "Regular Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait smiling",
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function AboutPage() {
|
||||
role: "Business Owner",
|
||||
company: "Corporate Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=2",
|
||||
imageAlt: "business woman professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function AboutPage() {
|
||||
role: "Family",
|
||||
company: "Weekend Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg?_wi=2",
|
||||
imageAlt: "young man portrait smiling professional",
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function AboutPage() {
|
||||
role: "College Student",
|
||||
company: "Loyal Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-25676.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-25676.jpg?_wi=2",
|
||||
imageAlt: "young woman smiling professional photo",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -77,7 +77,7 @@ export default function ContactPage() {
|
||||
description="Book a table at Big Daddy's Delight or sign up for updates about our latest offers and specials."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
@@ -51,42 +51,42 @@ export default function GalleryPage() {
|
||||
id: "gallery-burger",
|
||||
name: "Juicy Burgers",
|
||||
price: "Chef's Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2",
|
||||
imageAlt: "assorted burgers food photography",
|
||||
},
|
||||
{
|
||||
id: "gallery-biryani",
|
||||
name: "Fragrant Biryani",
|
||||
price: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg?_wi=2",
|
||||
imageAlt: "biryani rice dish elegant plating",
|
||||
},
|
||||
{
|
||||
id: "gallery-drinks",
|
||||
name: "Refreshing Drinks",
|
||||
price: "Beverages",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132218.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132218.jpg?_wi=2",
|
||||
imageAlt: "beverage selection drinks display",
|
||||
},
|
||||
{
|
||||
id: "gallery-interior",
|
||||
name: "Cozy Interior",
|
||||
price: "Dining Ambiance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=2",
|
||||
imageAlt: "modern restaurant interior design",
|
||||
},
|
||||
{
|
||||
id: "gallery-seating",
|
||||
name: "Comfortable Seating",
|
||||
price: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-adults-baby-celebrating-new-year-together-kitchen-round-table_132075-6536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-adults-baby-celebrating-new-year-together-kitchen-round-table_132075-6536.jpg?_wi=2",
|
||||
imageAlt: "restaurant seating comfortable chairs",
|
||||
},
|
||||
{
|
||||
id: "gallery-platter",
|
||||
name: "Special Platters",
|
||||
price: "Family Pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plates-with-fresh-rolls_23-2148482435.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plates-with-fresh-rolls_23-2148482435.jpg?_wi=2",
|
||||
imageAlt: "family platter food sharing board",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -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/tasty-sandwich-tomatoes-with-stem-knife-dark-mix-color-surface-with-free-space_179666-42279.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/tasty-sandwich-tomatoes-with-stem-knife-dark-mix-color-surface-with-free-space_179666-42279.jpg",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +61,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${figtree.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +75,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -83,42 +83,42 @@ export default function MenuPage() {
|
||||
id: "burger",
|
||||
name: "Burger",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=2",
|
||||
imageAlt: "burger menu item professional photo",
|
||||
},
|
||||
{
|
||||
id: "cheese-burger",
|
||||
name: "Cheese Burger",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melted-cheese-copy-space_23-2149342863.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melted-cheese-copy-space_23-2149342863.jpg?_wi=2",
|
||||
imageAlt: "cheese burger melted cheese juicy patty",
|
||||
},
|
||||
{
|
||||
id: "veg-sandwich",
|
||||
name: "Veg Sandwich",
|
||||
price: "₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-sandwich_23-2148454751.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-sandwich_23-2148454751.jpg?_wi=2",
|
||||
imageAlt: "vegetable sandwich fresh vegetables",
|
||||
},
|
||||
{
|
||||
id: "chicken-sandwich",
|
||||
name: "Chicken Sandwich",
|
||||
price: "₹140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_1339-1406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_1339-1406.jpg?_wi=2",
|
||||
imageAlt: "chicken sandwich grilled chicken bread",
|
||||
},
|
||||
{
|
||||
id: "french-fries",
|
||||
name: "French Fries",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-crispy-potato-sticks-stone_114579-87947.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-crispy-potato-sticks-stone_114579-87947.jpg?_wi=2",
|
||||
imageAlt: "crispy french fries golden brown",
|
||||
},
|
||||
{
|
||||
id: "biryani-chicken",
|
||||
name: "Chicken Biryani",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-dishes-spices-composition_23-2147894730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-dishes-spices-composition_23-2147894730.jpg?_wi=2",
|
||||
imageAlt: "chicken biryani Indian rice meal",
|
||||
},
|
||||
]}
|
||||
@@ -141,42 +141,42 @@ export default function MenuPage() {
|
||||
id: "gallery-burger",
|
||||
name: "Juicy Burgers",
|
||||
price: "Chef's Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=1",
|
||||
imageAlt: "assorted burgers food photography",
|
||||
},
|
||||
{
|
||||
id: "gallery-biryani",
|
||||
name: "Fragrant Biryani",
|
||||
price: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg?_wi=1",
|
||||
imageAlt: "biryani rice dish elegant plating",
|
||||
},
|
||||
{
|
||||
id: "gallery-drinks",
|
||||
name: "Refreshing Drinks",
|
||||
price: "Beverages",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132218.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132218.jpg?_wi=1",
|
||||
imageAlt: "beverage selection drinks display",
|
||||
},
|
||||
{
|
||||
id: "gallery-interior",
|
||||
name: "Cozy Interior",
|
||||
price: "Dining Ambiance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=1",
|
||||
imageAlt: "modern restaurant interior design",
|
||||
},
|
||||
{
|
||||
id: "gallery-seating",
|
||||
name: "Comfortable Seating",
|
||||
price: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-adults-baby-celebrating-new-year-together-kitchen-round-table_132075-6536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-adults-baby-celebrating-new-year-together-kitchen-round-table_132075-6536.jpg?_wi=1",
|
||||
imageAlt: "restaurant seating comfortable chairs",
|
||||
},
|
||||
{
|
||||
id: "gallery-platter",
|
||||
name: "Special Platters",
|
||||
price: "Family Pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plates-with-fresh-rolls_23-2148482435.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plates-with-fresh-rolls_23-2148482435.jpg?_wi=1",
|
||||
imageAlt: "family platter food sharing board",
|
||||
},
|
||||
]}
|
||||
@@ -196,7 +196,7 @@ export default function MenuPage() {
|
||||
description="Book a table at Big Daddy's Delight or sign up for updates about our latest offers and specials."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg?_wi=2"
|
||||
imageAlt="restaurant exterior storefront"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -130,42 +130,42 @@ export default function HomePage() {
|
||||
id: "burger",
|
||||
name: "Burger",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=1",
|
||||
imageAlt: "burger menu item professional photo",
|
||||
},
|
||||
{
|
||||
id: "cheese-burger",
|
||||
name: "Cheese Burger",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melted-cheese-copy-space_23-2149342863.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melted-cheese-copy-space_23-2149342863.jpg?_wi=1",
|
||||
imageAlt: "cheese burger melted cheese juicy patty",
|
||||
},
|
||||
{
|
||||
id: "veg-sandwich",
|
||||
name: "Veg Sandwich",
|
||||
price: "₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-sandwich_23-2148454751.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-sandwich_23-2148454751.jpg?_wi=1",
|
||||
imageAlt: "vegetable sandwich fresh vegetables",
|
||||
},
|
||||
{
|
||||
id: "chicken-sandwich",
|
||||
name: "Chicken Sandwich",
|
||||
price: "₹140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_1339-1406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-french-fries_1339-1406.jpg?_wi=1",
|
||||
imageAlt: "chicken sandwich grilled chicken bread",
|
||||
},
|
||||
{
|
||||
id: "french-fries",
|
||||
name: "French Fries",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-crispy-potato-sticks-stone_114579-87947.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-crispy-potato-sticks-stone_114579-87947.jpg?_wi=1",
|
||||
imageAlt: "crispy french fries golden brown",
|
||||
},
|
||||
{
|
||||
id: "biryani-chicken",
|
||||
name: "Chicken Biryani",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-dishes-spices-composition_23-2147894730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-dishes-spices-composition_23-2147894730.jpg?_wi=1",
|
||||
imageAlt: "chicken biryani Indian rice meal",
|
||||
},
|
||||
]}
|
||||
@@ -188,7 +188,7 @@ export default function HomePage() {
|
||||
role: "Food Enthusiast",
|
||||
company: "Regular Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1",
|
||||
imageAlt: "happy customer portrait smiling",
|
||||
},
|
||||
{
|
||||
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
role: "Business Owner",
|
||||
company: "Corporate Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=1",
|
||||
imageAlt: "business woman professional portrait",
|
||||
},
|
||||
{
|
||||
@@ -206,7 +206,7 @@ export default function HomePage() {
|
||||
role: "Family",
|
||||
company: "Weekend Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg?_wi=1",
|
||||
imageAlt: "young man portrait smiling professional",
|
||||
},
|
||||
{
|
||||
@@ -215,7 +215,7 @@ export default function HomePage() {
|
||||
role: "College Student",
|
||||
company: "Loyal Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-25676.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-25676.jpg?_wi=1",
|
||||
imageAlt: "young woman smiling professional photo",
|
||||
},
|
||||
]}
|
||||
@@ -239,7 +239,7 @@ export default function HomePage() {
|
||||
description="Book a table at Big Daddy's Delight or sign up for updates about our latest offers and specials."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-manager-girl-changing-sign-from-closed-open-sign-door-cafe-looking-outside-waiting-clients-after-lockdown_7861-3174.jpg?_wi=1"
|
||||
imageAlt="restaurant exterior storefront"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user