From 0633e5c476e5156c1d8a39bb183194c10eaf9d5e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:43:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 113 +++++++++++------------------------------------ 1 file changed, 26 insertions(+), 87 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df94b1a..2e7d88b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ 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ó" @@ -44,48 +45,27 @@ export default function LandingPage() {
-
- -
-
@@ -94,33 +74,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" - useInvertedBackground={false} - products={[ - { 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="Popular la Mikó" - description="Descoperiți preparatele cele mai apreciate de clienții noștri fideli." - /> - - -
-
@@ -130,41 +90,21 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { 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" } + { 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." + } ]} title="Ce spun oaspeții noștri" - description="Ne bucură feedback-ul vostru și ne motivează să fim mai buni în fiecare zi." - /> - - -
-
@@ -172,13 +112,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1