From c351c5eaa3f4d2fa45a59f52e4984883deb048c2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:19:37 +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 7a5925e..db88b57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@ananyar", testimonial: "The quality at Aaruthraa is unmatched. Every piece feels premium and elegant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-retro-wall-lamp-cafe_1150-10890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-retro-wall-lamp-cafe_1150-10890.jpg?_wi=1", imageAlt: "elegant 3d fancy store window display", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@priyak", testimonial: "Absolutely love the curated selection. A truly fancy experience in every visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409247.jpg?_wi=1", imageAlt: "elegant 3d fancy store window display", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@deepikas", testimonial: "My go-to place for all fancy needs. Sophisticated and stylish collections.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/messy-fashion-still-life-arrangement_23-2148229227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/messy-fashion-still-life-arrangement_23-2148229227.jpg?_wi=1", imageAlt: "elegant 3d fancy store window display", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@sitam", testimonial: "Aaruthraa redefines elegance. Exceptional service and beautiful products.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg?_wi=1", imageAlt: "elegant 3d fancy store window display", }, { @@ -102,7 +102,7 @@ export default function LandingPage() { handle: "@meerap", testimonial: "Perfect aesthetic for fancy goods. Always finding something unique here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263166.jpg?_wi=1", imageAlt: "elegant 3d fancy store window display", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-retro-wall-lamp-cafe_1150-10890.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-retro-wall-lamp-cafe_1150-10890.jpg?_wi=2" imageAlt="elegant 3d fancy store window display" mediaAnimation="blur-reveal" avatars={[ @@ -196,28 +196,28 @@ export default function LandingPage() { id: "1", name: "Crystal Adornment", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409247.jpg?_wi=2", imageAlt: "luxurious hair accessory fancy display", }, { id: "2", name: "Golden Essence", price: "$60", - imageSrc: "http://img.b2bpic.net/free-photo/messy-fashion-still-life-arrangement_23-2148229227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/messy-fashion-still-life-arrangement_23-2148229227.jpg?_wi=2", imageAlt: "fancy jewelry case premium quality", }, { id: "3", name: "Velvet Touch", price: "$35", - imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg?_wi=2", imageAlt: "fancy cosmetic item elegant packaging", }, { id: "4", name: "Minimalist Glow", price: "$50", - imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263166.jpg?_wi=2", imageAlt: "fancy stationery set refined detail", }, { -- 2.49.1