From 7b30f55bcec1d92b688a16ca179908ae11c5db1d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:03:46 +0000 Subject: [PATCH] Update src/app/dining/page.tsx --- src/app/dining/page.tsx | 58 ++++++++++++----------------------------- 1 file changed, 17 insertions(+), 41 deletions(-) diff --git a/src/app/dining/page.tsx b/src/app/dining/page.tsx index e444b8e..d6e55f1 100644 --- a/src/app/dining/page.tsx +++ b/src/app/dining/page.tsx @@ -18,8 +18,7 @@ export default function DiningPage() { const footerColumns = [ { - title: "Hotel", - items: [ + title: "Hotel", items: [ { label: "Rooms", href: "#rooms" }, { label: "Dining", href: "#dining" }, { label: "Location", href: "#location" }, @@ -27,8 +26,7 @@ export default function DiningPage() { ], }, { - title: "Guest Services", - items: [ + title: "Guest Services", items: [ { label: "Book a Room", href: "#contact" }, { label: "Group Bookings", href: "#contact" }, { label: "Conference Facilities", href: "#contact" }, @@ -36,8 +34,7 @@ export default function DiningPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +353 1 884 3900", href: "tel:+353188439900" }, { label: "Address: 27 Drumcondra Rd Upper, Dublin 9", href: "#" }, { label: "Email: info@dublinskylon.ie", href: "mailto:info@dublinskylon.ie" }, @@ -45,8 +42,7 @@ export default function DiningPage() { ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Twitter", href: "https://twitter.com" }, @@ -83,27 +79,19 @@ export default function DiningPage() { tag="Dining & Drinks" bulletPoints={[ { - title: "Irish Cuisine", - description: "Traditional Irish dishes crafted with locally sourced ingredients and modern culinary techniques.", - icon: Utensils, + title: "Irish Cuisine", description: "Traditional Irish dishes crafted with locally sourced ingredients and modern culinary techniques.", icon: Utensils, }, { - title: "International Menu", - description: "Select from our diverse menu featuring European and international specialties prepared by award-winning chefs.", - icon: Globe, + title: "International Menu", description: "Select from our diverse menu featuring European and international specialties prepared by award-winning chefs.", icon: Globe, }, { - title: "Premium Bar", - description: "Signature cocktails, craft beers, and an extensive wine selection curated by our expert sommeliers.", - icon: Wine, + title: "Premium Bar", description: "Signature cocktails, craft beers, and an extensive wine selection curated by our expert sommeliers.", icon: Wine, }, { - title: "Private Dining", - description: "Host corporate events, celebrations, and special occasions in our elegant private dining rooms.", - icon: Users, + title: "Private Dining", description: "Host corporate events, celebrations, and special occasions in our elegant private dining rooms.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg" imageAlt="Skylon Bar & Grill at Dublin Skylon Hotel" imagePosition="right" textboxLayout="default" @@ -117,29 +105,17 @@ export default function DiningPage() { features={[ { id: 1, - title: "Fine Dining Experience", - description: "Our award-winning chefs prepare exquisite dishes in an elegant setting. From traditional Irish fare to international cuisine, each meal is crafted to perfection.", - phoneOne={{ - imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-30324.jpg?_wi=2", - imageAlt: "Fine dining at Skylon Restaurant", - }, - phoneTwo={{ - imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=4", - imageAlt: "Premium bar service", - }}, + title: "Fine Dining Experience", description: "Our award-winning chefs prepare exquisite dishes in an elegant setting. From traditional Irish fare to international cuisine, each meal is crafted to perfection.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-30324.jpg", imageAlt: "Fine dining at Skylon Restaurant"}, + phoneTwo: { + imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg", imageAlt: "Premium bar service"}, }, { id: 2, - title: "Craft Cocktails & Wine Selection", - description: "Our expert mixologists create signature cocktails while our sommeliers curate an extensive wine collection to complement your meal perfectly.", - phoneOne={{ - imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=5", - imageAlt: "Craft cocktails", - }}, - phoneTwo{{ - imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-30324.jpg?_wi=3", - imageAlt: "Wine selection", - }}, + title: "Craft Cocktails & Wine Selection", description: "Our expert mixologists create signature cocktails while our sommeliers curate an extensive wine collection to complement your meal perfectly.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg", imageAlt: "Craft cocktails"}, + phoneTwo: { + imageSrc: "http://img.b2bpic.net/free-photo/reserved-table-restaurant_53876-30324.jpg", imageAlt: "Wine selection"}, }, ]} showStepNumbers={true} -- 2.49.1