diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7739496..df94b1a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -35,7 +35,6 @@ export default function LandingPage() {
{ name: "Acasă", id: "hero" },
{ name: "Despre", id: "about" },
{ name: "Meniu", id: "menu" },
- { name: "Testimoniale", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Restaurant Mikó"
@@ -45,27 +44,48 @@ export default function LandingPage() {
+
+
+
+
@@ -74,13 +94,33 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
- useInvertedBackground={true}
+ useInvertedBackground={false}
products={[
- { id: "p1", name: "Chicken Paprikash", price: "45 RON", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-top-view_141793-4450.jpg" },
- { id: "p2", name: "Papanași", price: "25 RON", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-confitures-lemon-slices-inside-plate-dark-background-fruit-citrus-cookies-biscuit-sweet_140725-110248.jpg" }
+ { id: "p1", name: "Chicken Paprikash", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-top-view_141793-4450.jpg" },
+ { id: "p2", name: "Ciorbă de burtă", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/bowl-azerbaijani-dushbara-dumpling-soup-with-dried-mint-vinegar_140725-5995.jpg" },
+ { id: "p3", name: "Papanași", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-confitures-lemon-slices-inside-plate-dark-background-fruit-citrus-cookies-biscuit-sweet_140725-110248.jpg" },
+ { id: "p4", name: "Spätzle", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/side-view-macaroni-pasta-plate-with-different-macaronis-as-tagliatelle-others-with-salt-pepper-around-plaid-cloth_141793-10921.jpg" },
+ { id: "p5", name: "Butter Chicken", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg" },
+ { id: "p6", name: "Patatas Bravas", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-with-vegetable-salad-white-plate_114579-4293.jpg" }
]}
- title="Cele mai populare preparate"
- description="Savurați rețetele noastre emblematice, gătite cu ingrediente locale și multă pasiune."
+ title="Popular la Mikó"
+ description="Descoperiți preparatele cele mai apreciate de clienții noștri fideli."
+ />
+
+
+
+
@@ -90,22 +130,41 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- { id: "t1", name: "Andrei S.", role: "Client", testimonial: "Chicken Paprikash-ul a fost absolut genial!" },
- { id: "t2", name: "Elena C.", role: "Client", testimonial: "Papanașii sunt cei mai buni din Cluj, clar! Atmosfera e super cozy."
- }
+ { id: "t1", name: "Raisa P.", role: "Local Guide", testimonial: "We absolutely loved our dinner here! Their papanasi were so light and tasty.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg" },
+ { id: "t2", name: "Joana P.", role: "Local Guide", testimonial: "Chicken with gorgonzola is very tasty. Cozy restaurant and staff is very nice.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg" },
+ { id: "t3", name: "Daniela M.", role: "Local Guide", testimonial: "Mâncare foarte bună, personal amabil, parcare pentru clienți în curte.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg" },
+ { id: "t4", name: "Andrei S.", role: "Client", testimonial: "O atmosferă plăcută și servire impecabilă.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-taking-picture-their-dessert-cafe_637285-7890.jpg" },
+ { id: "t5", name: "Elena C.", role: "Client", testimonial: "Cea mai bună ciorbă de burtă din Cluj!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-drinks_23-2150124808.jpg" }
]}
title="Ce spun oaspeții noștri"
- description="Experiențele voastre sunt motivația noastră constantă."
+ description="Ne bucură feedback-ul vostru și ne motivează să fim mai buni în fiecare zi."
+ />
+
+
+
+
@@ -113,12 +172,13 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}