diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bfba082..03b3985 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fbc560d..6045935 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 12ba1f5..894bd83 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,6 +1425,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +