Merge version_1 into main #2
@@ -50,13 +50,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42377.jpg?_wi=1", imageAlt: "Happy pets playing"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42377.jpg", imageAlt: "Happy pets playing"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hair-scissors-copy-space_23-2148352934.jpg?_wi=1", imageAlt: "Pet grooming service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hair-scissors-copy-space_23-2148352934.jpg", imageAlt: "Pet grooming service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143903.jpg?_wi=1", imageAlt: "Veterinary care"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143903.jpg", imageAlt: "Veterinary care"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -82,16 +82,16 @@ export default function LandingPage() {
|
||||
tag="What We Offer"
|
||||
features={[
|
||||
{
|
||||
title: "Professional Grooming", description: "Expert grooming with premium shampoos and conditioning treatments", imageSrc: "http://img.b2bpic.net/free-photo/professional-hair-scissors-copy-space_23-2148352934.jpg?_wi=2", imageAlt: "Professional grooming", buttonIcon: Sparkles
|
||||
title: "Professional Grooming", description: "Expert grooming with premium shampoos and conditioning treatments", imageSrc: "http://img.b2bpic.net/free-photo/professional-hair-scissors-copy-space_23-2148352934.jpg", imageAlt: "Professional grooming", buttonIcon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Veterinary Care", description: "Health checkups, vaccinations, and medical consultations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143903.jpg?_wi=2", imageAlt: "Veterinary care", buttonIcon: Heart
|
||||
title: "Veterinary Care", description: "Health checkups, vaccinations, and medical consultations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143903.jpg", imageAlt: "Veterinary care", buttonIcon: Heart
|
||||
},
|
||||
{
|
||||
title: "Pet Training", description: "Behavioral training and obedience classes for all ages", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-boy-playing-with-his-dog_23-2148576886.jpg", imageAlt: "Pet training", buttonIcon: Target
|
||||
},
|
||||
{
|
||||
title: "Pet Boarding", description: "Safe, comfortable boarding facilities with 24/7 supervision", imageSrc: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42377.jpg?_wi=2", imageAlt: "Pet boarding", buttonIcon: Home
|
||||
title: "Pet Boarding", description: "Safe, comfortable boarding facilities with 24/7 supervision", imageSrc: "http://img.b2bpic.net/free-photo/mother-her-daughter-playing-with-dog-family-autumn-park-pet-domestic-animal-lifestyle-concept_1157-42377.jpg", imageAlt: "Pet boarding", buttonIcon: Home
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -149,6 +149,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user