From 4c5e06b63d9d93ac48c49766d1533a3ea3f3ad38 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:57:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d7aa11..9ee7e12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,29 +89,29 @@ export default function LandingPage() { { title: "Paste Bolognese", description: "Paste proaspete cu sos bolognese autentic, ingrediente de calitate și rețetă tradițională.", icon: UtensilsCrossed, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-with-tomatoes-dark-floor-pasta-dough-meal_140725-82198.jpg", imageAlt: "Paste Bolognese" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-with-apron-adding-oil-pan_23-2148763214.jpg", imageAlt: "Preparare mâncare" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-with-tomatoes-dark-floor-pasta-dough-meal_140725-82198.jpg?_wi=1", imageAlt: "Paste Bolognese" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-with-apron-adding-oil-pan_23-2148763214.jpg?_wi=1", imageAlt: "Preparare mâncare" } ] }, { title: "Hamburger Reset", description: "Burger suculent cu carne de vită premium, brânză topită și cartofi prăjiți de casă. Favorit al clienților.", icon: Flame, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-tomato-bell-peppers-lettuce-pickled-cucumber_140725-5733.jpg", imageAlt: "Hamburger Reset" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg", imageAlt: "Experiență dining" } + { imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg?_wi=1", imageAlt: "Experiență dining" } ] }, { title: "Ciorbă Rădăuțeană de Pui", description: "Supă tradițională cremoasă cu pui, cu aromă intensă și gust autentic. Confort în fiecare lingură.", icon: UtensilsCrossed, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/food-prepared-thanksgiving-day-table_23-2148632554.jpg", imageAlt: "Ciorbă de Pui" }, - { imageSrc: "http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg", imageAlt: "Atmosferă caldă" } + { imageSrc: "http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg?_wi=1", imageAlt: "Atmosferă caldă" } ] }, { title: "Mușchiuleț de Berbecuț", description: "Carne fragedă gătită la perfecțiune, cu sosuri fine și garnituri proaspete. Specialitate casei.", icon: Beef, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg", imageAlt: "Ambianță premium" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg", imageAlt: "Servire elegant" } + { imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=1", imageAlt: "Ambianță premium" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg?_wi=2", imageAlt: "Servire elegant" } ] } ]} @@ -131,7 +131,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg" + imageSrc="http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg?_wi=2" imageAlt="Interior Reset Irish Pub" mediaAnimation="slide-up" bulletPoints={[ @@ -156,9 +156,9 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Servire în Restaurant", price: "🍽️", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg", imageAlt: "Dine-in experience" }, - { id: "2", name: "Preluare la Pachet", price: "🥡", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-with-apron-adding-oil-pan_23-2148763214.jpg", imageAlt: "Takeaway option" }, - { id: "3", name: "Livrare Fără Contact", price: "🚚", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-top_23-2148600930.jpg", imageAlt: "Delivery service" } + { id: "1", name: "Servire în Restaurant", price: "🍽️", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg?_wi=3", imageAlt: "Dine-in experience" }, + { id: "2", name: "Preluare la Pachet", price: "🥡", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-with-apron-adding-oil-pan_23-2148763214.jpg?_wi=2", imageAlt: "Takeaway option" }, + { id: "3", name: "Livrare Fără Contact", price: "🚚", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-top_23-2148600930.jpg?_wi=1", imageAlt: "Delivery service" } ]} /> @@ -171,10 +171,10 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" blogs={[ - { id: "1", category: "Ambianță", title: "Interior Cald și Invitator", excerpt: "Atmosfera perfectă pentru o seară memorabilă cu prietenii sau familia.", imageSrc: "http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg", imageAlt: "Interior Reset", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-giving-signs-gray-wall_114579-63370.jpg", date: "Zilnic" }, - { id: "2", category: "Bar", title: "Selecție Variată de Băuturi", excerpt: "Bere rece, cocktailuri și bauturi premium din lume întreagă.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-top_23-2148600930.jpg", imageAlt: "Beer Selection", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg", date: "Zilnic" }, - { id: "3", category: "Mâncare", title: "Preparate Delicioase", excerpt: "Bucurie culinară cu fiecare mâncare care se servește din bucătărie.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-with-tomatoes-dark-floor-pasta-dough-meal_140725-82198.jpg", imageAlt: "Food", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/frustrated-angry-person-expressing-his-intense-emotions-anxiety-camera_482257-116073.jpg", date: "Zilnic" }, - { id: "4", category: "Dining", title: "Experiență Completă", excerpt: "Spațiu confortabil pentru a petrece momente speciale cu cei dragi.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg", imageAlt: "Dining", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/happy-beautiful-long-haired-young-woman-posing-kitchen_74855-8068.jpg", date: "Zilnic" } + { id: "1", category: "Ambianță", title: "Interior Cald și Invitator", excerpt: "Atmosfera perfectă pentru o seară memorabilă cu prietenii sau familia.", imageSrc: "http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg?_wi=3", imageAlt: "Interior Reset", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-giving-signs-gray-wall_114579-63370.jpg", date: "Zilnic" }, + { id: "2", category: "Bar", title: "Selecție Variată de Băuturi", excerpt: "Bere rece, cocktailuri și bauturi premium din lume întreagă.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-top_23-2148600930.jpg?_wi=2", imageAlt: "Beer Selection", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg", date: "Zilnic" }, + { id: "3", category: "Mâncare", title: "Preparate Delicioase", excerpt: "Bucurie culinară cu fiecare mâncare care se servește din bucătărie.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-with-tomatoes-dark-floor-pasta-dough-meal_140725-82198.jpg?_wi=2", imageAlt: "Food", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/frustrated-angry-person-expressing-his-intense-emotions-anxiety-camera_482257-116073.jpg", date: "Zilnic" }, + { id: "4", category: "Dining", title: "Experiență Completă", excerpt: "Spațiu confortabil pentru a petrece momente speciale cu cei dragi.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg?_wi=4", imageAlt: "Dining", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/happy-beautiful-long-haired-young-woman-posing-kitchen_74855-8068.jpg", date: "Zilnic" } ]} /> @@ -207,7 +207,7 @@ export default function LandingPage() { description="Completează formularul de mai jos pentru a rezerva o masă. Echipa noastră va confirma imediat. Sau sună direct la 0239 666 666." useInvertedBackground={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg" + imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=2" imageAlt="Bar Reset Irish Pub" mediaPosition="right" buttonText="Rezervă Acum" @@ -228,7 +228,7 @@ export default function LandingPage() {