From f7ec4f31ec5fccf413cc5a6e460e34784f258c03 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:57:02 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 37ec81f..e2c2e33 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -73,7 +73,7 @@ export default function ContactPage() { background={{ variant: "sparkles-gradient" }} tag="Contact Us" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg?_wi=2" imageAlt="Contact Golden Plate" mediaAnimation="slide-up" buttons={[{ text: "Visit Us", href: "https://www.google.com/maps/search/115+Carrington+Plaza+Unit+110+Calgary+AB+T3P+0Y5" }]} -- 2.49.1 From a9521d0091bd3a41c9b5006fc359e0e76ce72933 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:57:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7966494..9ce5ccc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,7 +142,7 @@ export default function HomePage() { { id: "1", name: "Sarah Johnson, Family Celebration", date: "Date: 15 January 2025", title: "Best all-you-can-eat experience!", quote: "We celebrated my daughter's birthday here and it was fantastic. The variety of food, attentive service, and warm atmosphere made it memorable. Can't wait to come back!", tag: "Dine-In", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173271.jpg"}, { - id: "2", name: "Michael Chen, Regular Customer", date: "Date: 20 December 2024", title: "Outstanding quality and value", quote: "I come here weekly with friends. The all-you-can-eat concept is excellent, the food is always fresh and delicious. The staff treats us like family. Highly recommended!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg"}, + id: "2", name: "Michael Chen, Regular Customer", date: "Date: 20 December 2024", title: "Outstanding quality and value", quote: "I come here weekly with friends. The all-you-can-eat concept is excellent, the food is always fresh and delicious. The staff treats us like family. Highly recommended!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-toasting-with-wine-having-fun-with-their-friends-dining-table_637285-3191.jpg?_wi=1"}, { id: "3", name: "Emma Rodriguez, Vegetarian", date: "Date: 10 December 2024", title: "Amazing vegetarian options", quote: "As a vegetarian, I'm always worried about limited choices. Golden Plate surprised me with incredible vegetarian dishes that are flavorful and satisfying. Great experience!", tag: "Vegetarian", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-vegetable-salad-main-course-with-vegetabels-cookies_114579-3254.jpg"}, { -- 2.49.1