From 925e0d60c8f7d8a9ed403969f88fd2fad0e6adff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:03:12 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 22199f2..10fc69f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() { { text: "Browse FAQ", href: "#" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/pillows-bed-luxury-bedroom_268835-3706.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pillows-bed-luxury-bedroom_268835-3706.jpg?_wi=2" imageAlt="Loomescape customer support and contact" mediaAnimation="blur-reveal" imagePosition="right" -- 2.49.1 From 5721c8d290b70322ba7e198c857f77fa9cc7ad9c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:03:13 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72d0382..4f18f2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function HomePage() { { text: "Browse Collection", href: "/shop" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/pillows-bed-luxury-bedroom_268835-3706.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pillows-bed-luxury-bedroom_268835-3706.jpg?_wi=1" imageAlt="Luxurious handcrafted rug in a modern living room" mediaAnimation="blur-reveal" imagePosition="right" @@ -123,7 +123,7 @@ export default function HomePage() { price: "$2,499", rating: 5, reviewCount: "342", - imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1174.jpg?_wi=1", imageAlt: "Modern geometric patterned rug in indigo and cream", }, { @@ -133,7 +133,7 @@ export default function HomePage() { price: "$3,199", rating: 5, reviewCount: "288", - imageSrc: "http://img.b2bpic.net/free-photo/carpets-ait-ben-haddou-village_268835-7441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpets-ait-ben-haddou-village_268835-7441.jpg?_wi=1", imageAlt: "Colorful bohemian tribal patterned rug", }, { @@ -143,7 +143,7 @@ export default function HomePage() { price: "$1,899", rating: 4, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-protea-flower-interior-room_169016-22564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-protea-flower-interior-room_169016-22564.jpg?_wi=1", imageAlt: "Neutral minimalist Scandinavian style rug", }, { @@ -153,7 +153,7 @@ export default function HomePage() { price: "$4,299", rating: 5, reviewCount: "201", - imageSrc: "http://img.b2bpic.net/free-photo/kids-table-restaurant-with-moroccan-style_8353-9576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-table-restaurant-with-moroccan-style_8353-9576.jpg?_wi=1", imageAlt: "Ornate luxury Persian style rug with intricate details", }, ]} @@ -177,7 +177,7 @@ export default function HomePage() { role: "Interior Designer", company: "New York, USA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell, Interior Designer", }, { @@ -186,7 +186,7 @@ export default function HomePage() { role: "Homeowner", company: "Singapore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen, Homeowner from Singapore", }, { @@ -195,7 +195,7 @@ export default function HomePage() { role: "Design Enthusiast", company: "London, UK", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Thompson from London", }, { @@ -204,7 +204,7 @@ export default function HomePage() { role: "Architect", company: "Mexico City, Mexico", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Rodriguez, Architect", }, ]} -- 2.49.1 From 60817503e2ad1325171097e69fdfb5f00900a658 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:03:13 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 455097a..dfaf11e 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -49,7 +49,7 @@ export default function ShopPage() { { text: "Start Customizing", href: "/customize" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1174.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1174.jpg?_wi=2" imageAlt="Premium handcrafted rug collection" mediaAnimation="blur-reveal" imagePosition="right" @@ -74,7 +74,7 @@ export default function ShopPage() { price: "$2,499", rating: 5, reviewCount: "342", - imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1174.jpg?_wi=3", imageAlt: "Modern geometric patterned rug in indigo and cream", }, { @@ -84,7 +84,7 @@ export default function ShopPage() { price: "$3,199", rating: 5, reviewCount: "288", - imageSrc: "http://img.b2bpic.net/free-photo/carpets-ait-ben-haddou-village_268835-7441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpets-ait-ben-haddou-village_268835-7441.jpg?_wi=2", imageAlt: "Colorful bohemian tribal patterned rug", }, { @@ -94,7 +94,7 @@ export default function ShopPage() { price: "$1,899", rating: 4, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-protea-flower-interior-room_169016-22564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-protea-flower-interior-room_169016-22564.jpg?_wi=2", imageAlt: "Neutral minimalist Scandinavian style rug", }, { @@ -104,7 +104,7 @@ export default function ShopPage() { price: "$4,299", rating: 5, reviewCount: "201", - imageSrc: "http://img.b2bpic.net/free-photo/kids-table-restaurant-with-moroccan-style_8353-9576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-table-restaurant-with-moroccan-style_8353-9576.jpg?_wi=2", imageAlt: "Ornate luxury Persian style rug with intricate details", }, ]} -- 2.49.1