From 6d4dd93211e1983a6e133dc6cb6d568f6cdf1e8b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:42:59 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2172c7..f96fa21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,19 +85,19 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg", imageAlt: "Ambient restoranti tradicional"}, + "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg?_wi=1", imageAlt: "Ambient restoranti tradicional"}, { imageSrc: - "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-served-with-onions-tomatoes-greens_141793-1068.jpg", imageAlt: "Pjata traditionale shqiptare"}, + "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-served-with-onions-tomatoes-greens_141793-1068.jpg?_wi=1", imageAlt: "Pjata traditionale shqiptare"}, { imageSrc: - "http://img.b2bpic.net/free-photo/people-sitting-table-with-food_23-2147954299.jpg", imageAlt: "Tavolë me sherbim tradicional"}, + "http://img.b2bpic.net/free-photo/people-sitting-table-with-food_23-2147954299.jpg?_wi=1", imageAlt: "Tavolë me sherbim tradicional"}, { imageSrc: - "http://img.b2bpic.net/free-photo/life-style_1122-1996.jpg", imageAlt: "Kuzhinë autentike shqiptare"}, + "http://img.b2bpic.net/free-photo/life-style_1122-1996.jpg?_wi=1", imageAlt: "Kuzhinë autentike shqiptare"}, { imageSrc: - "http://img.b2bpic.net/free-photo/different-types-tapas-table_23-2147680666.jpg", imageAlt: "Mysafirë duke ngrënë në Jarna"}, + "http://img.b2bpic.net/free-photo/different-types-tapas-table_23-2147680666.jpg?_wi=1", imageAlt: "Mysafirë duke ngrënë në Jarna"}, ]} mediaAnimation="none" /> @@ -161,22 +161,22 @@ export default function HomePage() { id: 1, title: "Mjedis Tradicional", description: "Dekorimi autentik shqiptar që ju transporton në zemrën e kulturës sonë të pasur. Çdo kënd tregon një histori.", imageSrc: - "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg", imageAlt: "Mjedis tradicional"}, + "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg?_wi=2", imageAlt: "Mjedis tradicional"}, { id: 2, title: "Sherbim i Ngrohtë", description: "Personeli ynë i stëruar me përvojë na jep sigurinë që çdo kërkesë e juaj plotësohet me buzëqeshje dhe përqendrueshmëri.", imageSrc: - "http://img.b2bpic.net/free-photo/people-sitting-table-with-food_23-2147954299.jpg", imageAlt: "Sherbim i ngrohtë"}, + "http://img.b2bpic.net/free-photo/people-sitting-table-with-food_23-2147954299.jpg?_wi=2", imageAlt: "Sherbim i ngrohtë"}, { id: 3, title: "Lëndë të Para Premium", description: "Sigurojmë nga fermat lokale të besuara për të garantuar cilësinë më të lartë në çdo pjatë të servuar.", imageSrc: - "http://img.b2bpic.net/free-photo/life-style_1122-1996.jpg", imageAlt: "Lëndë të para premium"}, + "http://img.b2bpic.net/free-photo/life-style_1122-1996.jpg?_wi=2", imageAlt: "Lëndë të para premium"}, { id: 4, title: "Eventos & Festime", description: "Pikat perfekte për festa familjare, dasmë, dhe eventos të veçanta me menu të personalizuara.", imageSrc: - "http://img.b2bpic.net/free-photo/different-types-tapas-table_23-2147680666.jpg", imageAlt: "Eventos & festime"}, + "http://img.b2bpic.net/free-photo/different-types-tapas-table_23-2147680666.jpg?_wi=2", imageAlt: "Eventos & festime"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -193,15 +193,15 @@ export default function HomePage() { { id: "1", name: "Fatmir Dibra", role: "Zyrtari", company: "Tiranë", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-jacket-laughing-happy_150588-72.jpg"}, + "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-jacket-laughing-happy_150588-72.jpg?_wi=1"}, { id: "2", name: "Luiza Çiço", role: "Mësuesja", company: "Durrës", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-businesswoman_329181-1417.jpg"}, + "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-businesswoman_329181-1417.jpg?_wi=1"}, { id: "3", name: "Arben Gega", role: "Arkitekti", company: "Vlorë", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg"}, + "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg?_wi=1"}, { id: "4", name: "Mira Hasani", role: "Sipërmarrja", company: "Elbasan", rating: 5, imageSrc: -- 2.49.1 From c839884f06d3fc5d224441ae0469aaa0e426c9e6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:42:59 +0000 Subject: [PATCH 2/2] Update src/app/rreth/page.tsx --- src/app/rreth/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/rreth/page.tsx b/src/app/rreth/page.tsx index 5112918..bc176cc 100644 --- a/src/app/rreth/page.tsx +++ b/src/app/rreth/page.tsx @@ -87,17 +87,17 @@ export default function AboutPage() { id: 1, title: "Autenticitet", description: "Ne nuk e kompromitojmë asnjëherë në autentikitet. Çdo recetë është traditionale, çdo përbërës është i zgjedhur me kujdes.", imageSrc: - "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg", imageAlt: "Autenticitet"}, + "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg?_wi=3", imageAlt: "Autenticitet"}, { id: 2, title: "Dashurinë për Ushqimin", description: "Gatimi është për ne forma e artit. Personeli ynë gaton me pasionin e një artisti, duke respektuar traditën e kuzhinës shqiptare.", imageSrc: - "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-served-with-onions-tomatoes-greens_141793-1068.jpg", imageAlt: "Dashuri për ushqimin"}, + "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-served-with-onions-tomatoes-greens_141793-1068.jpg?_wi=2", imageAlt: "Dashuri për ushqimin"}, { id: 3, title: "Cilësia", description: "Vetëm lëndët e para më të mira hyjnë në kuzhinën tonë. Marrim drejtpërdrejt nga fermat lokale të besuara.", imageSrc: - "http://img.b2bpic.net/free-photo/life-style_1122-1996.jpg", imageAlt: "Cilësia premium"}, + "http://img.b2bpic.net/free-photo/life-style_1122-1996.jpg?_wi=3", imageAlt: "Cilësia premium"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -114,15 +114,15 @@ export default function AboutPage() { { id: "1", name: "Fatmir Dibra", role: "Zyrtari", company: "Tiranë", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-jacket-laughing-happy_150588-72.jpg"}, + "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-jacket-laughing-happy_150588-72.jpg?_wi=2"}, { id: "2", name: "Luiza Çiço", role: "Mësuesja", company: "Durrës", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-businesswoman_329181-1417.jpg"}, + "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-businesswoman_329181-1417.jpg?_wi=2"}, { id: "3", name: "Arben Gega", role: "Arkitekti", company: "Vlorë", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg"}, + "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg?_wi=2"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1