From a2459a4ab0e6a8582d34f9b0ac5924af4f969147 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:05:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c64f260..da0e99b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,11 +109,11 @@ export default function HomePage() { { id: "1", brand: "Creative Pro", name: "Photorealistic Landscape Series", price: "Generated Today", rating: 5, reviewCount: "2.3k", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEi4Oip4UFLo2mCIHWaKmFPOP/a-showcase-of-diverse-ai-generated-image-1772823665059-2b05f09c.png", imageAlt: "AI-generated landscape imagery"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEi4Oip4UFLo2mCIHWaKmFPOP/a-showcase-of-diverse-ai-generated-image-1772823665059-2b05f09c.png?_wi=1", imageAlt: "AI-generated landscape imagery"}, { id: "2", brand: "Studio Creator", name: "Abstract Art Collection", price: "Premium Output", rating: 5, reviewCount: "1.8k", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEi4Oip4UFLo2mCIHWaKmFPOP/a-showcase-of-diverse-ai-generated-image-1772823665059-2b05f09c.png", imageAlt: "AI-generated abstract art"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEi4Oip4UFLo2mCIHWaKmFPOP/a-showcase-of-diverse-ai-generated-image-1772823665059-2b05f09c.png?_wi=2", imageAlt: "AI-generated abstract art"}, { id: "3", brand: "Video Innovator", name: "Cinematic Video Sequences", price: "4K Quality", rating: 5, reviewCount: "3.1k", imageSrc: @@ -121,11 +121,11 @@ export default function HomePage() { { id: "4", brand: "Content Master", name: "Marketing Campaign Assets", price: "Ready to Use", rating: 5, reviewCount: "2.7k", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEi4Oip4UFLo2mCIHWaKmFPOP/a-showcase-of-diverse-ai-generated-image-1772823665059-2b05f09c.png", imageAlt: "AI-generated marketing content"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEi4Oip4UFLo2mCIHWaKmFPOP/a-showcase-of-diverse-ai-generated-image-1772823665059-2b05f09c.png?_wi=3", imageAlt: "AI-generated marketing content"}, { id: "5", brand: "Design Studio", name: "Brand Identity Concepts", price: "Multiple Variations", rating: 5, reviewCount: "1.9k", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEi4Oip4UFLo2mCIHWaKmFPOP/a-showcase-of-diverse-ai-generated-image-1772823665059-2b05f09c.png", imageAlt: "AI-generated brand concepts"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEi4Oip4UFLo2mCIHWaKmFPOP/a-showcase-of-diverse-ai-generated-image-1772823665059-2b05f09c.png?_wi=4", imageAlt: "AI-generated brand concepts"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1