Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 02:32:04 +00:00
parent a00bd99c46
commit 5cf86400d5

View File

@@ -12,8 +12,7 @@ import { Heart, Clover, UtensilsCrossed, Trophy, Users, MapPin } from "lucide-re
export default function AboutPage() {
const footerColumns = [
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Accueil", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Événements", href: "/events" },
@@ -21,8 +20,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Réserver", href: "/contact" },
{ label: "Nous Appeler", href: "tel:+33200000000" },
{ label: "Nous Localiser", href: "#" },
@@ -30,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Informations",
items: [
title: "Informations", items: [
{ label: "Conditions Générales", href: "#" },
{ label: "Politique de Confidentialité", href: "#" },
{ label: "Mentions Légales", href: "#" },
@@ -74,34 +71,26 @@ export default function AboutPage() {
description="Depuis 2010, LE QUEEN'S BERRY a été le cœur pulsant de la vie sociale et culturelle de Châteauroux. Fondé sur les principes d'authenticité, de qualité et de convivialité, nous avons grandi pour devenir bien plus qu'un simple pub."
tag="Notre Histoire"
tagIcon={Heart}
tagAnimation="fade"
tagAnimation="slide-up"
bulletPoints={[
{
title: "2010 - Notre Naissance",
description:
"Ouverture du premier LE QUEEN'S BERRY avec la vision de ramener l'esprit authentique des pubs irlandais à Châteauroux.",
icon: Clover,
title: "2010 - Notre Naissance", description:
"Ouverture du premier LE QUEEN'S BERRY avec la vision de ramener l'esprit authentique des pubs irlandais à Châteauroux.", icon: Clover,
},
{
title: "2015 - L'Expansion",
description:
"Ajout de notre brasserie artisanale avec sélection croissante de bières locales et internationales. Extension du lieu.",
icon: UtensilsCrossed,
title: "2015 - L'Expansion", description:
"Ajout de notre brasserie artisanale avec sélection croissante de bières locales et internationales. Extension du lieu.", icon: UtensilsCrossed,
},
{
title: "2023 - L'Excellence",
description:
"Reconnaissance comme meilleur pub de la région avec 4.6/5 étoiles. Plus de 50 événements annuels et 25 bières en rotation.",
icon: Trophy,
title: "2023 - L'Excellence", description:
"Reconnaissance comme meilleur pub de la région avec 4.6/5 étoiles. Plus de 50 événements annuels et 25 bières en rotation.", icon: Trophy,
},
{
title: "Notre Promesse",
description:
"Continuer à offrir la meilleure expérience possible: accueil chaleureux, cuisine authentique et moments mémorables.",
icon: Users,
title: "Notre Promesse", description:
"Continuer à offrir la meilleure expérience possible: accueil chaleureux, cuisine authentique et moments mémorables.", icon: Users,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg"
imageAlt="Intérieur du LE QUEEN'S BERRY"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -118,29 +107,17 @@ export default function AboutPage() {
author="Sophie Laurent, Conseillère Régionale"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
alt: "Marc Dupont",
},
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Marc Dupont"},
{
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
alt: "Sophie Laurent",
},
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Sophie Laurent"},
{
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
alt: "Jean Moreau",
},
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", alt: "Jean Moreau"},
{
src: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg",
alt: "Claire Noel",
},
src: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", alt: "Claire Noel"},
{
src: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg",
alt: "Pierre Blanc",
},
src: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", alt: "Pierre Blanc"},
{
src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
alt: "Isabelle Rossi",
},
src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Isabelle Rossi"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"