From c0601ee36aceaf16daac87b505f48d97bfc534a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:38:53 +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 aa5a800..d910e24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-holding-teddy-bear-outdoors_23-2151083608.jpg", imageAlt: "Plush toys for young children"}, { - imageSrc: "http://img.b2bpic.net/free-photo/robot-style-car-with-joystick_140725-9003.jpg", imageAlt: "STEM and building toys"}, + imageSrc: "http://img.b2bpic.net/free-photo/robot-style-car-with-joystick_140725-9003.jpg?_wi=1", imageAlt: "STEM and building toys"}, { imageSrc: "http://img.b2bpic.net/free-photo/happy-young-company-talking-smiling-friends-sitting-park-man-women-having-fun-spending-time-together_285396-8853.jpg", imageAlt: "Outdoor adventure toys"}, { @@ -123,7 +123,7 @@ export default function HomePage() { { id: "2", name: "Plush Unicorn Friend", price: "$24.99", variant: "Soft & Huggable • 18 inches", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-showing-her-toy_1162-58.jpg", imageAlt: "Plush unicorn toy"}, { - id: "3", name: "Robotics Kit Pro", price: "$89.99", variant: "STEM Learning • Ages 8+", imageSrc: "http://img.b2bpic.net/free-photo/robot-style-car-with-joystick_140725-9003.jpg", imageAlt: "Robotics educational kit"}, + id: "3", name: "Robotics Kit Pro", price: "$89.99", variant: "STEM Learning • Ages 8+", imageSrc: "http://img.b2bpic.net/free-photo/robot-style-car-with-joystick_140725-9003.jpg?_wi=2", imageAlt: "Robotics educational kit"}, { id: "4", name: "Adventure Scooter", price: "$49.99", variant: "Outdoor Fun • LED Wheels", imageSrc: "http://img.b2bpic.net/free-photo/african-american-girl-with-phone_1303-5332.jpg", imageAlt: "Three-wheel scooter with LED wheels"}, ]} @@ -192,11 +192,11 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Quality Beyond Expectations", quote: "The toys from Playtopia are incredibly well-made and safe. My kids play with them every single day, and they show no signs of wear. Customer service was amazing too!", name: "Sarah Johnson", role: "Parent of 2", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageAlt: "Sarah Johnson"}, + id: "1", title: "Quality Beyond Expectations", quote: "The toys from Playtopia are incredibly well-made and safe. My kids play with them every single day, and they show no signs of wear. Customer service was amazing too!", name: "Sarah Johnson", role: "Parent of 2", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", title: "Educational & Fun Combined", quote: "I was skeptical about STEM toys until I bought the robotics kit from Playtopia. My 8-year-old loves it and has learned so much. Highly recommend!", name: "Michael Chen", role: "Teacher & Parent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-leader-her-colleagues-two-cheerful-men-woman-standing-together-after-corporate-meeting-office-smiling-looking-camera-female-leadership-business-concept_74855-24566.jpg", imageAlt: "Michael Chen"}, { - id: "3", title: "Fast Shipping & Great Variety", quote: "Playtopia has everything! From outdoor toys to building sets, the selection is unbeatable. Plus, shipping was incredibly fast for my daughter's birthday.", name: "Emily Rodriguez", role: "Parent of 3", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", title: "Fast Shipping & Great Variety", quote: "Playtopia has everything! From outdoor toys to building sets, the selection is unbeatable. Plus, shipping was incredibly fast for my daughter's birthday.", name: "Emily Rodriguez", role: "Parent of 3", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, { id: "4", title: "Safe & Certified Toys", quote: "As a parent, safety is my top concern. I love that Playtopia guarantees all toys are tested and certified. Peace of mind and happy kids!", name: "David Kim", role: "Safety-Conscious Parent", imageSrc: "http://img.b2bpic.net/free-photo/focused-mature-legal-advisor-reading-analyzing-customer-document_74855-9915.jpg", imageAlt: "David Kim"}, { -- 2.49.1