From 66a282de281af3f224cced528719131500b88c9c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:02:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb35dd7..f60af62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,8 +53,8 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-near-aquariums_1398-1566.jpg", imageAlt: "Reptilia exotic pet store interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-green-lizard-dead-plant-roots_181624-59398.jpg", imageAlt: "Exotic reptiles and animals" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-near-aquariums_1398-1566.jpg?_wi=1", imageAlt: "Reptilia exotic pet store interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-green-lizard-dead-plant-roots_181624-59398.jpg?_wi=1", imageAlt: "Exotic reptiles and animals" } ]} mediaAnimation="slide-up" rating={5} @@ -89,7 +89,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Reptilia", name: "Reptiles & Snakes", price: "Contact for pricing", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/ball-phyton-snake-closeup-head-ball-phyton-snake-closeup-wood_488145-1197.jpg", imageAlt: "Ball pythons and corn snakes" }, { id: "2", brand: "Reptilia", name: "Tarantulas & Arachnids", price: "Contact for pricing", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/hamorii-tarantula-closeup-wood-hamorii-tarantula-closeup-hamorii-tarantula-front-view_488145-2764.jpg", imageAlt: "Exotic tarantulas and spiders" }, - { id: "3", brand: "Reptilia", name: "Frozen & Live Feeders", price: "From R50", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruits-ice-cream_1232-2204.jpg", imageAlt: "Quality frozen and live feeders" } + { id: "3", brand: "Reptilia", name: "Frozen & Live Feeders", price: "From R50", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruits-ice-cream_1232-2204.jpg?_wi=1", imageAlt: "Quality frozen and live feeders" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -108,9 +108,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Huge Variety", description: "Extensive selection of reptiles, tarantulas, and exotic pets to choose from", imageSrc: "http://img.b2bpic.net/free-photo/garden-glass-bottle_1339-3029.jpg", imageAlt: "Diverse exotic pet collection", buttonIcon: CheckCircle }, - { title: "Expert Advice", description: "Knowledgeable staff providing guidance for beginners and experienced keepers", imageSrc: "http://img.b2bpic.net/free-photo/woman-near-aquariums_1398-1566.jpg", imageAlt: "Professional pet store environment", buttonIcon: CheckCircle }, - { title: "Well-Cared Animals", description: "Healthy, properly maintained animals in clean professional facilities", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-green-lizard-dead-plant-roots_181624-59398.jpg", imageAlt: "Healthy exotic animals", buttonIcon: CheckCircle }, - { title: "Quality Feeders", description: "Premium frozen and live feeders delivered with care and freshness", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruits-ice-cream_1232-2204.jpg", imageAlt: "Quality feeder options", buttonIcon: CheckCircle } + { title: "Expert Advice", description: "Knowledgeable staff providing guidance for beginners and experienced keepers", imageSrc: "http://img.b2bpic.net/free-photo/woman-near-aquariums_1398-1566.jpg?_wi=2", imageAlt: "Professional pet store environment", buttonIcon: CheckCircle }, + { title: "Well-Cared Animals", description: "Healthy, properly maintained animals in clean professional facilities", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-green-lizard-dead-plant-roots_181624-59398.jpg?_wi=2", imageAlt: "Healthy exotic animals", buttonIcon: CheckCircle }, + { title: "Quality Feeders", description: "Premium frozen and live feeders delivered with care and freshness", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruits-ice-cream_1232-2204.jpg?_wi=2", imageAlt: "Quality feeder options", buttonIcon: CheckCircle } ]} buttons={[{ text: "Visit Us Today", href: "https://maps.google.com/?q=107+Piet+Retief+Boulevard+Vanderbijlpark" }]} buttonAnimation="slide-up" -- 2.49.1