6 Commits

Author SHA1 Message Date
c6c8adfc2c Merge version_4 into main
Merge version_4 into main
2026-05-04 20:53:11 +00:00
a04448dc74 Update src/app/page.tsx 2026-05-04 20:53:08 +00:00
70a15247eb Merge version_4 into main
Merge version_4 into main
2026-05-04 20:52:47 +00:00
32dfb27c0c Update src/app/page.tsx 2026-05-04 20:52:41 +00:00
05c112923e Merge version_3 into main
Merge version_3 into main
2026-05-04 20:50:09 +00:00
448e633899 Merge version_3 into main
Merge version_3 into main
2026-05-04 20:49:39 +00:00

View File

@@ -61,11 +61,13 @@ export default function FelizRestaurantPage() {
<div id="products" data-section="products">
<ProductCardOne
title="Meniu Degustare"
description="Preparate semnătură create de maeștrii noștri bucătari din ingrediente premium."
description="O selecție rafinată de preparate, concepută pentru o experiență senzorială completă."
products={[
{ id: "1", name: "Antreu Delicat", price: "--", imageSrc: "https://img.b2bpic.net/free-photo/gourmet-meal-plate-high-angle-view_23-2148443907.jpg", imageAlt: "Antreu" },
{ id: "2", name: "Filet Mignon", price: "--", imageSrc: "https://img.b2bpic.net/free-photo/medium-rare-steak-with-herbs-herbs_23-2148281134.jpg", imageAlt: "Filet" },
{ id: "3", name: "Desert Felice", price: "--", imageSrc: "https://img.b2bpic.net/free-photo/chocolate-dessert-with-berries_23-2148443936.jpg", imageAlt: "Desert" }
{ id: "1", name: "Antipasti Nobili", price: "250 MDL", imageSrc: "https://img.b2bpic.net/free-photo/gourmet-meal-plate-high-angle-view_23-2148443907.jpg?_wi=1" },
{ id: "2", name: "Prime", price: "450 MDL", imageSrc: "https://img.b2bpic.net/free-photo/medium-rare-steak-with-herbs-herbs_23-2148281134.jpg" },
{ id: "3", name: "Secondi", price: "380 MDL", imageSrc: "https://img.b2bpic.net/free-photo/gourmet-meal-plate-high-angle-view_23-2148443907.jpg?_wi=2" },
{ id: "4", name: "Dessert", price: "180 MDL", imageSrc: "https://img.b2bpic.net/free-photo/chocolate-dessert-with-berries_23-2148443936.jpg" },
{ id: "5", name: "Cafeteria", price: "60 MDL", imageSrc: "https://img.b2bpic.net/free-photo/coffee-cup-table_23-2148443960.jpg" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -79,9 +81,9 @@ export default function FelizRestaurantPage() {
title="Salon Privat"
description="Cadrul perfect pentru evenimente memorabile."
products={[
{ id: "p1", name: "Ambient Intim", price: "", imageSrc: "https://img.b2bpic.net/free-photo/interior-luxurious-restaurant_23-2148443949.jpg", imageAlt: "Salon" },
{ id: "p2", name: "Design Elegant", price: "", imageSrc: "https://img.b2bpic.net/free-photo/cozy-interior-restaurant_23-2148443912.jpg", imageAlt: "Design" },
{ id: "p3", name: "Atmosferă", price: "", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-restaurant_23-2148443922.jpg", imageAlt: "Setting" }
{ id: "p1", name: "Ambient Intim", price: "", imageSrc: "https://img.b2bpic.net/free-photo/interior-luxurious-restaurant_23-2148443949.jpg" },
{ id: "p2", name: "Design Elegant", price: "", imageSrc: "https://img.b2bpic.net/free-photo/cozy-interior-restaurant_23-2148443912.jpg" },
{ id: "p3", name: "Atmosferă", price: "", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-restaurant_23-2148443922.jpg" }
]}
gridVariant="three-columns-all-equal-width"
animationType="scale-rotate"