From 2f3646a91a7171b7ddb32c3329d902affe1f421b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:02:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4e3774..fc10699 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,19 +74,19 @@ export default function LandingPage() { imageAlt: "Green Piramid cottage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890378.jpg?_wi=1", imageAlt: "Modern interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263578.jpg?_wi=1", imageAlt: "Mountain view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg?_wi=1", imageAlt: "Nature landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg?_wi=1", imageAlt: "Forest retreat", }, ]} @@ -179,13 +179,13 @@ export default function LandingPage() { id: "c1", name: "კოტეჯი 'მწვანე'", price: "300₾", - imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890378.jpg?_wi=2", }, { id: "c2", name: "კოტეჯი 'მთის'", price: "350₾", - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263578.jpg?_wi=2", }, { id: "c3", @@ -230,7 +230,7 @@ export default function LandingPage() { category: "ბუნება", title: "სიმშვიდე ტყეში", excerpt: "ხედი ჩვენი ტერასიდან.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg?_wi=2", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-shot-mountains-mist_181624-15160.jpg", date: "2024", @@ -240,7 +240,7 @@ export default function LandingPage() { category: "კოტეჯი", title: "თანამედროვე ინტერიერი", excerpt: "მყუდრო გარემო.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg?_wi=2", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/low-angle-view-tree-building-exterior_1252-1001.jpg", date: "2024", -- 2.49.1