From 5347bcda8b0f42e24c005b8de1b0bb69a103dacf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:00:30 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e52ee91..75a87a8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ export default function AboutPage() { category: "Ambiance", title: "Elegant Dining Atmosphere", excerpt: "Experience the sophistication and warmth of our refined interior design, where every detail speaks to luxury and comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-dining-room-interior-with-modern-furniture_23-2151978966.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-dining-room-interior-with-modern-furniture_23-2151978966.jpg?_wi=2", imageAlt: "Restaurant interior ambiance", authorName: "The Dome Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", @@ -61,7 +61,7 @@ export default function AboutPage() { category: "Views", title: "Panoramic City Vistas", excerpt: "Marvel at the breathtaking panoramic views of Islamabad's glittering cityscape as you savor your meal on our scenic hilltop.", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg?_wi=2", imageAlt: "City view from restaurant", authorName: "The Dome Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg", @@ -72,7 +72,7 @@ export default function AboutPage() { category: "Cuisine", title: "Culinary Excellence", excerpt: "Our chefs craft each dish with precision and artistry, blending traditional Pakistani flavors with contemporary continental techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-trout-ready-be-cooked_23-2150353339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-trout-ready-be-cooked_23-2150353339.jpg?_wi=2", imageAlt: "Culinary masterpiece", authorName: "The Dome Team", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg", @@ -97,7 +97,7 @@ export default function AboutPage() { handle: "@aminak", testimonial: "The Dome offers an unforgettable experience! The food is exquisite, the service impeccable, and the view of Islamabad at sunset is absolutely breathtaking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=3", imageAlt: "Amina Khan", }, { @@ -106,7 +106,7 @@ export default function AboutPage() { handle: "@hassanali", testimonial: "Best hilltop dining in Islamabad! The Chicken Karahi is divine, and the atmosphere is so romantic. I proposed to my girlfriend here!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg?_wi=3", imageAlt: "Hassan Ali", }, { @@ -115,7 +115,7 @@ export default function AboutPage() { handle: "@sarahmalik", testimonial: "Premium quality throughout! From the grilled fish to the desserts, every dish was perfectly prepared. The curbside pickup is super convenient too!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg?_wi=2", imageAlt: "Sarah Malik", }, ]} -- 2.49.1 From 952bb555b02e4e0273c478c54cd034cae25259a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:00:31 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 04abb0b..7f0f1fb 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -53,7 +53,7 @@ export default function GalleryPage() { category: "Ambiance", title: "Elegant Dining Atmosphere", excerpt: "Experience the sophistication and warmth of our refined interior design, where every detail speaks to luxury and comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-dining-room-interior-with-modern-furniture_23-2151978966.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-dining-room-interior-with-modern-furniture_23-2151978966.jpg?_wi=4", imageAlt: "Restaurant interior ambiance", authorName: "The Dome Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", @@ -64,7 +64,7 @@ export default function GalleryPage() { category: "Views", title: "Panoramic City Vistas", excerpt: "Marvel at the breathtaking panoramic views of Islamabad's glittering cityscape as you savor your meal on our scenic hilltop.", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg?_wi=3", imageAlt: "City view from restaurant", authorName: "The Dome Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg", @@ -75,7 +75,7 @@ export default function GalleryPage() { category: "Cuisine", title: "Culinary Excellence", excerpt: "Our chefs craft each dish with precision and artistry, blending traditional Pakistani flavors with contemporary continental techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-trout-ready-be-cooked_23-2150353339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-trout-ready-be-cooked_23-2150353339.jpg?_wi=4", imageAlt: "Culinary masterpiece", authorName: "The Dome Team", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg", @@ -112,7 +112,7 @@ export default function GalleryPage() { handle: "@aminak", testimonial: "The Dome offers an unforgettable experience! The food is exquisite, the service impeccable, and the view of Islamabad at sunset is absolutely breathtaking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=4", imageAlt: "Amina Khan", }, { @@ -121,7 +121,7 @@ export default function GalleryPage() { handle: "@hassanali", testimonial: "Best hilltop dining in Islamabad! The Chicken Karahi is divine, and the atmosphere is so romantic. I proposed to my girlfriend here!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg?_wi=4", imageAlt: "Hassan Ali", }, { @@ -130,7 +130,7 @@ export default function GalleryPage() { handle: "@sarahmalik", testimonial: "Premium quality throughout! From the grilled fish to the desserts, every dish was perfectly prepared. The curbside pickup is super convenient too!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg?_wi=3", imageAlt: "Sarah Malik", }, { @@ -139,7 +139,7 @@ export default function GalleryPage() { handle: "@faisalahmed", testimonial: "The Ramadan Iftar experience at The Dome was spectacular! Authentic flavors, generous portions, and a magical ambiance. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "Faisal Ahmed", }, { @@ -148,7 +148,7 @@ export default function GalleryPage() { handle: "@zarafarooq", testimonial: "Exceptional service and attention to detail. The staff made us feel like royalty. The BBQ platter is absolutely worth trying!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=5", imageAlt: "Zara Farooq", }, { @@ -157,7 +157,7 @@ export default function GalleryPage() { handle: "@ahmediqbal", testimonial: "A gem in Islamabad! The fusion of traditional and contemporary cuisine is brilliant. Every visit feels special. We're regular customers now!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg?_wi=5", imageAlt: "Ahmed Iqbal", }, ]} -- 2.49.1 From 694a402877b045f3b0b7a36c7d81516baa9c6d12 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:00:31 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f4f1fc0..3dbeb13 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +