Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 23:47:35 +00:00

View File

@@ -46,12 +46,12 @@ export default function BeefcutPage() {
tag="Steakhouse Premium"
tagIcon={Flame}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burger-with-bacon_23-2148784473.jpg", imageAlt: "Gourmet burger grillé" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-steak-with-peppercorn-sauce-wooden-board_140725-11849.jpg?_wi=1", imageAlt: "Entrecôte premium grillée" },
{ imageSrc: "http://img.b2bpic.net/free-photo/circle-from-fried-dishes-cooking-ingredients_23-2148113683.jpg?_wi=1", imageAlt: "Frites croustillantes maison" },
{ imageSrc: "http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg?_wi=1", imageAlt: "Burger déluxe restaurant" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-steak-with-peppercorn-sauce-wooden-board_140725-11849.jpg", imageAlt: "Entrecôte premium grillée" },
{ imageSrc: "http://img.b2bpic.net/free-photo/circle-from-fried-dishes-cooking-ingredients_23-2148113683.jpg", imageAlt: "Frites croustillantes maison" },
{ imageSrc: "http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg", imageAlt: "Burger déluxe restaurant" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-hamburger-with-fries_23-2148575415.jpg", imageAlt: "Plate burger et accompagnements" }
]}
buttons={[
@@ -115,15 +115,15 @@ export default function BeefcutPage() {
products={[
{
id: "1", brand: "Beefcut", name: "Burger Classique", price: "8,500 FCFA", rating: 5,
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg?_wi=2", imageAlt: "Burger classique Beefcut"
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/small-beef-burgers-without-cheese-wooden-board_114579-2449.jpg", imageAlt: "Burger classique Beefcut"
},
{
id: "2", brand: "Beefcut", name: "Entrecôte Premium", price: "15,000 FCFA", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-steak-with-peppercorn-sauce-wooden-board_140725-11849.jpg?_wi=2", imageAlt: "Entrecôte grillée premium"
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-steak-with-peppercorn-sauce-wooden-board_140725-11849.jpg", imageAlt: "Entrecôte grillée premium"
},
{
id: "3", brand: "Beefcut", name: "Frites Maison", price: "2,500 FCFA", rating: 5,
reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/circle-from-fried-dishes-cooking-ingredients_23-2148113683.jpg?_wi=2", imageAlt: "Frites croustillantes maison"
reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/circle-from-fried-dishes-cooking-ingredients_23-2148113683.jpg", imageAlt: "Frites croustillantes maison"
}
]}
textboxLayout="default"
@@ -161,7 +161,7 @@ export default function BeefcutPage() {
products={[
{
id: "g1", brand: "Beefcut", name: "Ambiance Restaurant", price: "À découvrir", rating: 5,
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg?_wi=1", imageAlt: "Intérieur restaurant"
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg", imageAlt: "Intérieur restaurant"
},
{
id: "g2", brand: "Beefcut", name: "Grill en Action", price: "Spectacle culinaire", rating: 5,
@@ -204,7 +204,7 @@ export default function BeefcutPage() {
]}
textarea={{ name: "guests", placeholder: "Nombre de personnes et demandes spéciales...", rows: 3, required: false }}
buttonText="Réserver maintenant"
imageSrc="http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg"
imageAlt="Salle du restaurant Beefcut"
mediaAnimation="slide-up"
mediaPosition="right"