From 2c8213e29888ae8cca88148a0ddcab1f584a9bc5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:54:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b422b94..6c529ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@elaravance", testimonial: "The quality of the material is unparalleled. Truly a piece of art.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg?_wi=1", imageAlt: "luxury organic textile background natural fibers", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@mthorne", testimonial: "I love how sustainable yet elegant these products are.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/liquid-makeup-foundation-texture-smudges-macro-cosmetics-texture-top-view_633478-1797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/liquid-makeup-foundation-texture-smudges-macro-cosmetics-texture-top-view_633478-1797.jpg?_wi=1", imageAlt: "luxury organic textile background natural fibers", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@srossi", testimonial: "Absolutely beautiful craftsmanship. My home feels complete.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914980.jpg?_wi=1", imageAlt: "luxury organic textile background natural fibers", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@jkent", testimonial: "Worth every penny. A timeless addition to any interior.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=1", imageAlt: "luxury organic textile background natural fibers", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@ebirch", testimonial: "The texture and feel are beyond expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bunches-sticks-wooden-boxes_23-2147677842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bunches-sticks-wooden-boxes_23-2147677842.jpg?_wi=1", imageAlt: "luxury organic textile background natural fibers", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg" + imageSrc="http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg?_wi=2" imageAlt="Luxurious organic textile" avatars={[ { @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Commitment to Craft" description="At Rughauz, we believe in the harmony between nature and home. Our rugs are crafted from 100% organic, ethically sourced materials to provide beauty that respects the planet." - imageSrc="http://img.b2bpic.net/free-photo/liquid-makeup-foundation-texture-smudges-macro-cosmetics-texture-top-view_633478-1797.jpg" + imageSrc="http://img.b2bpic.net/free-photo/liquid-makeup-foundation-texture-smudges-macro-cosmetics-texture-top-view_633478-1797.jpg?_wi=2" imageAlt="Artisanal loom weaving" /> @@ -170,7 +170,7 @@ export default function LandingPage() { { title: "100% Organic Fibers", description: "Derived from sustainable sources, ensuring chemical-free beauty.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914980.jpg?_wi=2", }, { title: "Artisan Crafted", @@ -200,14 +200,14 @@ export default function LandingPage() { name: "Nomad Weave", price: "$850", variant: "Organic Wool", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=2", }, { id: "p2", name: "Earth Origin", price: "$1200", variant: "Natural Fiber", - imageSrc: "http://img.b2bpic.net/free-photo/bunches-sticks-wooden-boxes_23-2147677842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bunches-sticks-wooden-boxes_23-2147677842.jpg?_wi=2", }, { id: "p3", -- 2.49.1