Update src/app/page.tsx
This commit is contained in:
@@ -104,7 +104,7 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Ambiance & Services", logoIcon: Crown,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg", buttons: [
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg?_wi=1", buttons: [
|
||||
{ text: "Menu Complet", href: "/menu" },
|
||||
{ text: "Événements", href: "/events" },
|
||||
],
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
"Équipe accueillante disponible pour rendez-vous professionnels, célébrations ou sorties entre amis", icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=1"
|
||||
imageAlt="Brasserie artisanale du LE QUEEN'S BERRY"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -195,15 +195,15 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
title: "Menu Authentique", description:
|
||||
"Plats traditionnels irlandais revisités avec des touches modernes. Irish stew, fish & chips, shepherd's pie et bien d'autres délices", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg", imageAlt: "Plats traditionnels irlandais", button: { text: "Voir le Menu" },
|
||||
"Plats traditionnels irlandais revisités avec des touches modernes. Irish stew, fish & chips, shepherd's pie et bien d'autres délices", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg?_wi=1", imageAlt: "Plats traditionnels irlandais", button: { text: "Voir le Menu" },
|
||||
},
|
||||
{
|
||||
title: "Brasserie Artisanale", description:
|
||||
"Sélection exclusive de bières locales et internationales. Nous célébrons la culture brassicole avec passion et expertise", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg", imageAlt: "Brasserie artisanale avec bières locales", button: { text: "Nos Bières" },
|
||||
"Sélection exclusive de bières locales et internationales. Nous célébrons la culture brassicole avec passion et expertise", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=2", imageAlt: "Brasserie artisanale avec bières locales", button: { text: "Nos Bières" },
|
||||
},
|
||||
{
|
||||
title: "Événements Sportifs", description:
|
||||
"Vivez les grands matchs en direct sur nos écrans géants. Ambiance électrique, commentaires en direct et convivialité garantie", imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", imageAlt: "Événements sportifs en direct au pub", button: { text: "Prochains Matchs" },
|
||||
"Vivez les grands matchs en direct sur nos écrans géants. Ambiance électrique, commentaires en direct et convivialité garantie", imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=1", imageAlt: "Événements sportifs en direct au pub", button: { text: "Prochains Matchs" },
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user