Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 18:57:53 +00:00

View File

@@ -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}
@@ -90,7 +90,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"
@@ -109,9 +109,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"