From 3e69fadb9c4f1a2670bcbde846d061c128116f29 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 09:53:24 +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 59270a0..d8ded50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,13 +42,13 @@ export default function LandingPage() { title="Enter the Maze Shop" description="Unlock exclusive digital services and premium accounts in our galaxy-themed digital marketplace." testimonials={[ - { name: "Alex R.", handle: "@maze_dev", testimonial: "The best selection of digital services I've found online.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/colorful-foam-water_23-2147797792.jpg", imageAlt: "galaxy space background minimalist" }, + { name: "Alex R.", handle: "@maze_dev", testimonial: "The best selection of digital services I've found online.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/colorful-foam-water_23-2147797792.jpg?_wi=1", imageAlt: "galaxy space background minimalist" }, { name: "Sam K.", handle: "@tech_wiz", testimonial: "Instant delivery and premium support. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "person portrait minimalist black white" }, { name: "Jordan P.", handle: "@gaming_guru", testimonial: "Everything works perfectly. Top notch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-65739.jpg", imageAlt: "person portrait minimalist black white" }, { name: "Casey W.", handle: "@music_fan", testimonial: "I never had an issue with the Spotify upgrade. Smooth.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-white-minimal-portrait_23-2149152608.jpg", imageAlt: "person portrait minimalist black white" }, - { name: "Riley D.", handle: "@nitro_pro", testimonial: "Maze Shop is legit, simple as that.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/inventory-stock-manufacturing-assets-goods-concept_53876-133673.jpg", imageAlt: "discord nitro icon minimal black white" }, + { name: "Riley D.", handle: "@nitro_pro", testimonial: "Maze Shop is legit, simple as that.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/inventory-stock-manufacturing-assets-goods-concept_53876-133673.jpg?_wi=1", imageAlt: "discord nitro icon minimal black white" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/colorful-foam-water_23-2147797792.jpg" + imageSrc="http://img.b2bpic.net/free-photo/colorful-foam-water_23-2147797792.jpg?_wi=2" /> @@ -59,7 +59,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", brand: "Gaming", name: "Discord Nitro", price: "$9.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/inventory-stock-manufacturing-assets-goods-concept_53876-133673.jpg" }, + { id: "1", brand: "Gaming", name: "Discord Nitro", price: "$9.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/inventory-stock-manufacturing-assets-goods-concept_53876-133673.jpg?_wi=2" }, { id: "2", brand: "Social", name: "Social Boost", price: "$4.99", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-vector/multimedia-buttons-design_1095-132.jpg" }, { id: "3", brand: "Gaming", name: "Fortnite Account", price: "$19.99", rating: 4, reviewCount: "42", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1ga4g9" }, { id: "4", brand: "Entertainment", name: "Netflix Premium", price: "$5.99", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/tech-expert-does-influencer-marketing-doing-chroma-key-notebook-review_482257-121744.jpg" }, -- 2.49.1