From 0fd817546e03fd4184acc4d94fb2246af1f4be36 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 01:23:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8032d2..7a9be9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { buttonHref: "#contact" }, { - title: "Comfort Food Done Right", description: "Elevated comfort cuisine designed to satisfy and delight. Small plates, shareables, and hearty mains made with care.", imageSrc: "http://img.b2bpic.net/free-photo/rice-dish-menu_23-2147681081.jpg", imageAlt: "Beautifully plated comfort food", buttonIcon: UtensilsCrossed, + title: "Comfort Food Done Right", description: "Elevated comfort cuisine designed to satisfy and delight. Small plates, shareables, and hearty mains made with care.", imageSrc: "http://img.b2bpic.net/free-photo/rice-dish-menu_23-2147681081.jpg?_wi=1", imageAlt: "Beautifully plated comfort food", buttonIcon: UtensilsCrossed, buttonHref: "#contact" }, { @@ -141,10 +141,10 @@ export default function LandingPage() { { id: "bar-team", groupTitle: "Bar & Hospitality", members: [ { - id: "marcus-lead", title: "Marcus Sullivan", subtitle: "Head Bartender & Co-Owner", detail: "15 years of craft cocktail expertise. Marcus believes every drink is an opportunity to impress and every guest deserves genuine attention.", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497649.jpg", imageAlt: "Marcus Sullivan, Head Bartender" + id: "marcus-lead", title: "Marcus Sullivan", subtitle: "Head Bartender & Co-Owner", detail: "15 years of craft cocktail expertise. Marcus believes every drink is an opportunity to impress and every guest deserves genuine attention.", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497649.jpg?_wi=1", imageAlt: "Marcus Sullivan, Head Bartender" }, { - id: "elena-bartender", title: "Elena Vasquez", subtitle: "Lead Bartender", detail: "Master mixologist with a passion for seasonal ingredients and molecular cocktails. Elena's creations are as beautiful as they are delicious.", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497649.jpg", imageAlt: "Elena Vasquez, Lead Bartender" + id: "elena-bartender", title: "Elena Vasquez", subtitle: "Lead Bartender", detail: "Master mixologist with a passion for seasonal ingredients and molecular cocktails. Elena's creations are as beautiful as they are delicious.", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497649.jpg?_wi=2", imageAlt: "Elena Vasquez, Lead Bartender" } ] }, @@ -158,7 +158,7 @@ export default function LandingPage() { { id: "management", groupTitle: "Management & Operations", members: [ { - id: "owner-alexander", title: "Alexander Darmos", subtitle: "Founder & Owner", detail: "Visionary hospitality leader who created Darmos to be a true neighborhood gathering place. Alexander's commitment to authenticity defines everything we do.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg", imageAlt: "Alexander Darmos, Founder & Owner" + id: "owner-alexander", title: "Alexander Darmos", subtitle: "Founder & Owner", detail: "Visionary hospitality leader who created Darmos to be a true neighborhood gathering place. Alexander's commitment to authenticity defines everything we do.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg?_wi=1", imageAlt: "Alexander Darmos, Founder & Owner" } ] } @@ -184,10 +184,10 @@ export default function LandingPage() { title: "Flexible Spaces", description: "Multiple intimate spaces perfect for groups of 8 to 40. Each area maintains Darmos's signature warmth and golden ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-decorations_1232-5039.jpg", imageAlt: "Private dining event setup at Darmos", buttonIcon: Building2 }, { - title: "Custom Menus & Packages", description: "Work with our team to design a menu and experience tailored to your celebration. Signature cocktails, small plates, and more.", imageSrc: "http://img.b2bpic.net/free-photo/rice-dish-menu_23-2147681081.jpg", imageAlt: "Custom event menu options", buttonIcon: ChefHat + title: "Custom Menus & Packages", description: "Work with our team to design a menu and experience tailored to your celebration. Signature cocktails, small plates, and more.", imageSrc: "http://img.b2bpic.net/free-photo/rice-dish-menu_23-2147681081.jpg?_wi=2", imageAlt: "Custom event menu options", buttonIcon: ChefHat }, { - title: "Dedicated Event Support", description: "From booking to the final toast, our team ensures every detail is perfect. We handle logistics so you can enjoy the moment.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg", imageAlt: "Event coordination team", buttonIcon: Handshake + title: "Dedicated Event Support", description: "From booking to the final toast, our team ensures every detail is perfect. We handle logistics so you can enjoy the moment.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg?_wi=2", imageAlt: "Event coordination team", buttonIcon: Handshake } ]} /> -- 2.49.1