Update src/app/page.tsx

This commit is contained in:
2026-03-19 01:23:31 +00:00
parent 0fd817546e
commit 6867de7416

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Heart, Sparkles, Star, Wine, UtensilsCrossed, Users, Celebration, Building2, ChefHat, Handshake } from "lucide-react";
import { Heart, Sparkles, Star, Wine, UtensilsCrossed, Users, PartyPopper, Building2, ChefHat, Handshake } from "lucide-react";
export default function LandingPage() {
return (
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=1", 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", imageAlt: "Alexander Darmos, Founder & Owner"
}
]
}
@@ -171,7 +171,7 @@ export default function LandingPage() {
title="Host Your Celebration"
description="Intimate gatherings for birthdays, anniversaries, team celebrations, and everything in between. Your event becomes our priority."
tag="Private Events"
tagIcon={Celebration}
tagIcon={PartyPopper}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Event coordination team", buttonIcon: Handshake
}
]}
/>