Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-07 21:49:01 +00:00
5 changed files with 1409 additions and 42 deletions

View File

@@ -45,7 +45,7 @@ export default function AboutPage() {
title="Our Story"
description="Royalisto Cafe & Restro was born from a passion to serve authentic, delicious food in a warm and welcoming environment. Located in the heart of Kankarbagh, near Medanta Hospital, we've become the go-to destination for food lovers seeking quality, affordability, and genuine hospitality."
tag="About Us"
imageSrc="http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg?_wi=3"
imageAlt="Royalisto Cafe Story"
buttons={[
{
@@ -68,7 +68,7 @@ export default function AboutPage() {
author: "Every Ingredient Matters",
description: "We source only the freshest ingredients and prepare every dish with care and attention to detail. Quality is never compromised.",
tags: ["Quality", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-meals-such-as-pizza-vegetable-greece-salad-pancakes-others-light-floor_140725-14548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-meals-such-as-pizza-vegetable-greece-salad-pancakes-others-light-floor_140725-14548.jpg?_wi=4",
imageAlt: "Quality ingredients",
},
{
@@ -77,7 +77,7 @@ export default function AboutPage() {
author: "Great Food, Fair Prices",
description: "We believe delicious food should be accessible to everyone. Our affordable pricing means students, families, and professionals can all enjoy quality meals.",
tags: ["Value", "Affordable"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg?_wi=6",
imageAlt: "Affordable pricing",
},
{
@@ -86,7 +86,7 @@ export default function AboutPage() {
author: "Every Guest Matters",
description: "Our staff is trained to provide genuine, warm hospitality. We treat every customer as family and ensure you feel welcomed and valued.",
tags: ["Hospitality", "Service"],
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006729.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006729.jpg?_wi=4",
imageAlt: "Warm hospitality",
},
]}
@@ -109,7 +109,7 @@ export default function AboutPage() {
name: "Priya Sharma",
role: "College Student",
testimonial: "Good food and very humble staff. Nice ambience. Perfect place to hangout with friends!",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg?_wi=2",
imageAlt: "Priya Sharma",
},
{
@@ -117,7 +117,7 @@ export default function AboutPage() {
name: "Rajesh Kumar",
role: "Office Worker",
testimonial: "Very polite behaviour of staff and amazing taste. The biryani is absolutely delicious. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=2",
imageAlt: "Rajesh Kumar",
},
{
@@ -125,7 +125,7 @@ export default function AboutPage() {
name: "Neha Verma",
role: "Homemaker",
testimonial: "Great food and excellent service. Perfect family restaurant. We visit every weekend!",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-standing-white-wall_114579-90514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-standing-white-wall_114579-90514.jpg?_wi=2",
imageAlt: "Neha Verma",
},
]}

View File

@@ -45,7 +45,7 @@ export default function ContactPage() {
title="Get in Touch"
description="We're here to serve you! Whether you have questions, want to make a reservation, or simply want to say hello, reach out to us through any of the channels below. We look forward to hearing from you!"
tag="Contact Us"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=5"
imageAlt="Contact Royalisto"
buttons={[
{
@@ -106,7 +106,7 @@ export default function ContactPage() {
price: "📞",
rating: 5,
reviewCount: "Instant",
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cookie-dipping-milk_266188-11.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cookie-dipping-milk_266188-11.jpg?_wi=3",
imageAlt: "Call Us",
},
{
@@ -116,7 +116,7 @@ export default function ContactPage() {
price: "💬",
rating: 5,
reviewCount: "24/7",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg?_wi=7",
imageAlt: "WhatsApp Us",
},
{
@@ -126,7 +126,7 @@ export default function ContactPage() {
price: "📍",
rating: 5,
reviewCount: "Maps",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=6",
imageAlt: "Get Directions",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@ export default function MenuPage() {
price: "₹280",
rating: 5,
reviewCount: "4.8k",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg?_wi=4",
imageAlt: "Butter Chicken",
},
{
@@ -61,7 +61,7 @@ export default function MenuPage() {
price: "₹200",
rating: 5,
reviewCount: "3.2k",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pork-black-bowl-complete-with-cucumbers-long-beans-tomatoes-side-dishes_1150-23025.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pork-black-bowl-complete-with-cucumbers-long-beans-tomatoes-side-dishes_1150-23025.jpg?_wi=2",
imageAlt: "Veg Manchurian",
},
{
@@ -71,7 +71,7 @@ export default function MenuPage() {
price: "₹250",
rating: 5,
reviewCount: "3.9k",
imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-veggies-kebab-high-view_23-2148651038.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-veggies-kebab-high-view_23-2148651038.jpg?_wi=2",
imageAlt: "Paneer Tikka",
},
{
@@ -81,7 +81,7 @@ export default function MenuPage() {
price: "₹320",
rating: 5,
reviewCount: "5.1k",
imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-tasty-rice-dish_23-2147894783.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-tasty-rice-dish_23-2147894783.jpg?_wi=2",
imageAlt: "Chicken Biryani",
},
{
@@ -91,7 +91,7 @@ export default function MenuPage() {
price: "₹180",
rating: 4,
reviewCount: "2.7k",
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-noodles-with-minced-pork-edamame-tomatoes-mushrooms-white-plate_1150-22742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-noodles-with-minced-pork-edamame-tomatoes-mushrooms-white-plate_1150-22742.jpg?_wi=2",
imageAlt: "Chinese Noodles",
},
{
@@ -101,7 +101,7 @@ export default function MenuPage() {
price: "₹150",
rating: 5,
reviewCount: "2.1k",
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cookie-dipping-milk_266188-11.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cookie-dipping-milk_266188-11.jpg?_wi=2",
imageAlt: "Cold Coffee",
},
]}
@@ -126,7 +126,7 @@ export default function MenuPage() {
author: "Budget Friendly",
description: "Vegetarian dishes crafted with fresh vegetables and authentic spices. From paneer tikka to vegetable manchurian, every dish is prepared with care.",
tags: ["Vegetarian", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-meals-such-as-pizza-vegetable-greece-salad-pancakes-others-light-floor_140725-14548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-meals-such-as-pizza-vegetable-greece-salad-pancakes-others-light-floor_140725-14548.jpg?_wi=3",
},
{
id: "2",
@@ -134,7 +134,7 @@ export default function MenuPage() {
author: "Customer Favorite",
description: "Succulent chicken and meat dishes prepared using traditional recipes. Our butter chicken and biryani are customer favorites that keep people coming back.",
tags: ["Chicken", "Authentic"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg?_wi=5",
},
{
id: "3",
@@ -142,7 +142,7 @@ export default function MenuPage() {
author: "Fusion Flavor",
description: "A perfect blend of Indian and Chinese cuisines. Our noodles, manchurian, and fried rice offer an exciting twist that appeals to all taste preferences.",
tags: ["Fusion", "Popular"],
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-noodles-with-minced-pork-edamame-tomatoes-mushrooms-white-plate_1150-22742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-noodles-with-minced-pork-edamame-tomatoes-mushrooms-white-plate_1150-22742.jpg?_wi=3",
},
]}
animationType="slide-up"
@@ -168,7 +168,7 @@ export default function MenuPage() {
price: "📞",
rating: 5,
reviewCount: "Quick",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg?_wi=2",
},
{
id: "2",
@@ -177,7 +177,7 @@ export default function MenuPage() {
price: "💬",
rating: 5,
reviewCount: "Easy",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=4",
},
{
id: "3",
@@ -186,7 +186,7 @@ export default function MenuPage() {
price: "📍",
rating: 5,
reviewCount: "Walk-in",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006729.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006729.jpg?_wi=3",
},
]}
buttons={[

View File

@@ -59,15 +59,15 @@ export default function HomePage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg?_wi=1",
imageAlt: "Cozy cafe interior with warm lighting",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=1",
imageAlt: "Comfortable dining area",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006729.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006729.jpg?_wi=1",
imageAlt: "Customers enjoying meals",
},
]}
@@ -125,7 +125,7 @@ export default function HomePage() {
price: "₹280",
rating: 5,
reviewCount: "4.8k",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg?_wi=1",
imageAlt: "Butter Chicken",
},
{
@@ -135,7 +135,7 @@ export default function HomePage() {
price: "₹200",
rating: 5,
reviewCount: "3.2k",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pork-black-bowl-complete-with-cucumbers-long-beans-tomatoes-side-dishes_1150-23025.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pork-black-bowl-complete-with-cucumbers-long-beans-tomatoes-side-dishes_1150-23025.jpg?_wi=1",
imageAlt: "Veg Manchurian",
},
{
@@ -145,7 +145,7 @@ export default function HomePage() {
price: "₹250",
rating: 5,
reviewCount: "3.9k",
imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-veggies-kebab-high-view_23-2148651038.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-veggies-kebab-high-view_23-2148651038.jpg?_wi=1",
imageAlt: "Paneer Tikka",
},
{
@@ -155,7 +155,7 @@ export default function HomePage() {
price: "₹320",
rating: 5,
reviewCount: "5.1k",
imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-tasty-rice-dish_23-2147894783.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-tasty-rice-dish_23-2147894783.jpg?_wi=1",
imageAlt: "Chicken Biryani",
},
{
@@ -165,7 +165,7 @@ export default function HomePage() {
price: "₹180",
rating: 4,
reviewCount: "2.7k",
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-noodles-with-minced-pork-edamame-tomatoes-mushrooms-white-plate_1150-22742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-noodles-with-minced-pork-edamame-tomatoes-mushrooms-white-plate_1150-22742.jpg?_wi=1",
imageAlt: "Chinese Noodles",
},
]}
@@ -189,7 +189,7 @@ export default function HomePage() {
author: "Daily Prepared",
description: "Prepared daily with fresh, quality ingredients to ensure every meal is delicious and healthy.",
tags: ["Quality", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-meals-such-as-pizza-vegetable-greece-salad-pancakes-others-light-floor_140725-14548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-meals-such-as-pizza-vegetable-greece-salad-pancakes-others-light-floor_140725-14548.jpg?_wi=1",
imageAlt: "Fresh ingredients",
},
{
@@ -198,7 +198,7 @@ export default function HomePage() {
author: "Starting ₹200",
description: "Meals starting from ₹200. Great taste doesn't have to be expensive. Perfect for students and families.",
tags: ["Budget-Friendly", "Value"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg?_wi=2",
imageAlt: "Affordable meals",
},
{
@@ -207,7 +207,7 @@ export default function HomePage() {
author: "Perfect Setting",
description: "Cozy seating, warm lighting, and friendly atmosphere perfect for family dinners, friend meetups, and dates.",
tags: ["Ambiance", "Comfort"],
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=2",
imageAlt: "Comfortable seating",
},
{
@@ -216,7 +216,7 @@ export default function HomePage() {
author: "Polite Service",
description: "Our polite and welcoming staff ensures every customer feels valued and well taken care of.",
tags: ["Service", "Hospitality"],
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006729.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006729.jpg?_wi=2",
imageAlt: "Friendly service",
},
]}
@@ -239,7 +239,7 @@ export default function HomePage() {
name: "Priya Sharma",
role: "College Student",
testimonial: "Good food and very humble staff. Nice ambience. Perfect place to hangout with friends!",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
{
@@ -247,7 +247,7 @@ export default function HomePage() {
name: "Rajesh Kumar",
role: "Office Worker",
testimonial: "Very polite behaviour of staff and amazing taste. The biryani is absolutely delicious. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=1",
imageAlt: "Rajesh Kumar",
},
{
@@ -255,7 +255,7 @@ export default function HomePage() {
name: "Neha Verma",
role: "Homemaker",
testimonial: "Great food and excellent service. Perfect family restaurant. We visit every weekend!",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-standing-white-wall_114579-90514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-standing-white-wall_114579-90514.jpg?_wi=1",
imageAlt: "Neha Verma",
},
{
@@ -291,7 +291,7 @@ export default function HomePage() {
title="Experience Royalisto"
description="Visit our cafe and discover why we're loved by Kankarbagh residents. Warm hospitality, delicious food, and unforgettable moments await you."
tag="Gallery"
imageSrc="http://img.b2bpic.net/free-photo/top-view-different-meals-such-as-pizza-vegetable-greece-salad-pancakes-others-light-floor_140725-14548.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-different-meals-such-as-pizza-vegetable-greece-salad-pancakes-others-light-floor_140725-14548.jpg?_wi=2"
imageAlt="Royalisto Cafe dishes and ambience"
buttons={[
{
@@ -319,7 +319,7 @@ export default function HomePage() {
price: "📞",
rating: 5,
reviewCount: "24/7",
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cookie-dipping-milk_266188-11.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cookie-dipping-milk_266188-11.jpg?_wi=1",
imageAlt: "Call Now",
},
{
@@ -329,7 +329,7 @@ export default function HomePage() {
price: "💬",
rating: 5,
reviewCount: "Fast",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-trout-meal-arrangement_23-2150353378.jpg?_wi=3",
imageAlt: "WhatsApp Order",
},
{
@@ -339,7 +339,7 @@ export default function HomePage() {
price: "📍",
rating: 5,
reviewCount: "Nearby",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=3",
imageAlt: "Get Directions",
},
]}