From 3d7a6e904a097df8c5c1f33f95da2dba87aafed9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:56:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8755b26..d34fa6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,10 +90,10 @@ export default function LandingPage() { tagIcon={ShoppingBag} features={[ { - id: "01", title: "Premium Pet Food", description: "Nutritious and high-quality food for dogs, cats, fish, and birds from trusted brands.", imageSrc: "http://img.b2bpic.net/free-photo/pet-accessories-still-life-concept-with-colorful-objects_23-2148949578.jpg?id=13816970", imageAlt: "Premium pet food selection" + id: "01", title: "Premium Pet Food", description: "Nutritious and high-quality food for dogs, cats, fish, and birds from trusted brands.", imageSrc: "http://img.b2bpic.net/free-photo/domestic-pet-food-assortment_23-2148982335.jpg?id=14603282", imageAlt: "Premium pet food selection" }, { - id: "02", title: "Pet Toys & Games", description: "Interactive and engaging toys to keep your pets entertained and active.", imageSrc: "http://img.b2bpic.net/free-photo/pet-accessories-still-life-concept-with-colorful-objects_23-2148949578.jpg?id=13816970", imageAlt: "Colorful pet toy collection" + id: "02", title: "Pet Toys & Games", description: "Interactive and engaging toys to keep your pets entertained and active.", imageSrc: "http://img.b2bpic.net/free-photo/domestic-pet-food-assortment_23-2148982335.jpg?id=14603282", imageAlt: "Colorful pet toy collection" }, { id: "03", title: "Pet Accessories", description: "Collars, leashes, harnesses, beds, and more for comfortable pet living.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930450.jpg?id=78545606", imageAlt: "Pet accessories and supplies" -- 2.49.1