Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-10 16:08:07 +00:00
5 changed files with 74 additions and 38 deletions

View File

@@ -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"

View File

@@ -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"
}
];

View File

@@ -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 (
<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>
);
}
}

View File

@@ -82,37 +82,37 @@ export default function MenuPage() {
id: "burger",
name: "Burger",
price: "₹120",
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-with-french-fries_23-2148290668.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-with-french-fries_23-2148290668.jpg?_wi=2",
},
{
id: "cheese-burger",
name: "Cheese Burger",
price: "₹150",
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg?_wi=2",
},
{
id: "veg-sandwich",
name: "Veg Sandwich",
price: "₹100",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-cucumber-desk_23-2148590176.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-cucumber-desk_23-2148590176.jpg?_wi=2",
},
{
id: "chicken-sandwich",
name: "Chicken Sandwich",
price: "₹140",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-pork-chop-meat-steak_74190-6146.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-pork-chop-meat-steak_74190-6146.jpg?_wi=2",
},
{
id: "french-fries",
name: "French Fries",
price: "₹80",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104458.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104458.jpg?_wi=2",
},
{
id: "biryani-chicken",
name: "Chicken Biryani",
price: "₹180",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg?_wi=2",
},
]}
gridVariant="three-columns-all-equal-width"
@@ -134,19 +134,19 @@ export default function MenuPage() {
id: "specialty-burger",
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=2",
},
{
id: "specialty-biryani",
name: "Fragrant Biryani",
price: "Premium",
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=2",
},
{
id: "specialty-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=2",
},
]}
gridVariant="three-columns-all-equal-width"
@@ -167,7 +167,7 @@ export default function MenuPage() {
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=2"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"

View File

@@ -151,37 +151,37 @@ export default function HomePage() {
id: "burger",
name: "Burger",
price: "₹120",
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-with-french-fries_23-2148290668.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-with-french-fries_23-2148290668.jpg?_wi=1",
},
{
id: "cheese-burger",
name: "Cheese Burger",
price: "₹150",
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg?_wi=1",
},
{
id: "veg-sandwich",
name: "Veg Sandwich",
price: "₹100",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-cucumber-desk_23-2148590176.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-cucumber-desk_23-2148590176.jpg?_wi=1",
},
{
id: "chicken-sandwich",
name: "Chicken Sandwich",
price: "₹140",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-pork-chop-meat-steak_74190-6146.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-bbq-pork-chop-meat-steak_74190-6146.jpg?_wi=1",
},
{
id: "french-fries",
name: "French Fries",
price: "₹80",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104458.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-black_140725-104458.jpg?_wi=1",
},
{
id: "biryani-chicken",
name: "Chicken Biryani",
price: "₹180",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg?_wi=1",
},
]}
gridVariant="three-columns-all-equal-width"
@@ -262,37 +262,37 @@ export default function HomePage() {
id: "gallery-burger",
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=1",
},
{
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=1",
},
{
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=1",
},
{
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=1",
},
{
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=1",
},
{
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=1",
},
]}
gridVariant="three-columns-all-equal-width"
@@ -313,7 +313,7 @@ export default function HomePage() {
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=1"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"