diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bcabee..959657c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Paw, Heart, Star, ShoppingBag, Users, Dog, Cat, Bug, Zap, MessageCircle, Calendar, Phone } from "lucide-react"; +import { Heart, Star, ShoppingBag, Users, Dog, Cat, Bug, Zap, MessageCircle, Calendar, Phone, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -44,7 +44,7 @@ export default function LandingPage() { title="Your Trusted Neighborhood Pet Shop in Los Angeles" description="Quality pet supplies, expert staff, and a friendly community. We carry everything you need for dogs, cats, reptiles, and small animals. Visit us today or call for availability." tag="Pet Supplies & Services" - tagIcon={Paw} + tagIcon={Star} background={{ variant: "plain" }} buttons={[ { text: "Call Now", href: "tel:+13232670423" }, @@ -53,7 +53,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/waiting-queue-vet_329181-14498.jpg", imageAlt: "Azteca Pet Shop interior with friendly staff" }, - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=1", imageAlt: "Quality pet supplies and dog food selection" } + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Quality pet supplies and dog food selection" } ]} mediaAnimation="slide-up" rating={5} @@ -80,34 +80,34 @@ export default function LandingPage() { title="Everything Your Pet Needs" description="From premium pet food to exotic reptile supplies, we stock a carefully curated selection to keep your pets healthy and happy." tag="Product Categories" - tagIcon={Zap} + tagIcon={Sparkles} features={[ { title: "Dog Supplies", description: "Premium dog food, treats, toys, collars, and training supplies for all breeds and sizes.", icon: Dog, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=2", imageAlt: "Dog food and supplies" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg?_wi=1", imageAlt: "Dog toys and accessories" } + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Dog food and supplies" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg", imageAlt: "Dog toys and accessories" } ] }, { title: "Cat Supplies", description: "Cat food, litter, toys, scratchers, and comfort items for indoor and outdoor cats.", icon: Cat, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg?_wi=2", imageAlt: "Cat supplies and toys" }, - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=3", imageAlt: "Cat food selection" } + { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg", imageAlt: "Cat supplies and toys" }, + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Cat food selection" } ] }, { title: "Reptile Supplies", description: "Live reptile food, habitats, heating equipment, and specialized care products for snakes, lizards, and turtles.", icon: Bug, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=4", imageAlt: "Reptile supplies and food" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg?_wi=3", imageAlt: "Habitat and care equipment" } + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Reptile supplies and food" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg", imageAlt: "Habitat and care equipment" } ] }, { title: "Live Feed & Crickets", description: "Fresh crickets, dubia roaches, and live insects delivered to your door or available for pickup.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg?_wi=4", imageAlt: "Live feed options" }, - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=5", imageAlt: "Fresh crickets and insects" } + { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg", imageAlt: "Live feed options" }, + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Fresh crickets and insects" } ] } ]}