Merge version_1 into main #2
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
tag="About Us"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Premium Pet Care Excellence"
|
||||
description="PawCare Pro operates the most comprehensive dog database platform, connecting pet owners with certified groomers and professional services across multiple locations."
|
||||
subdescription="Our mission is to ensure every dog receives exceptional grooming care with personalized attention and expertise. We maintain detailed pet profiles, service histories, and breed-specific recommendations for optimal wellness."
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
<FeatureCardOne
|
||||
tag="Our Services"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Complete Grooming Solutions"
|
||||
description="Access professional grooming services tailored to your dog's breed, coat type, and specific needs. Our certified experts deliver exceptional results."
|
||||
textboxLayout="default"
|
||||
@@ -83,13 +83,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
features={[
|
||||
{
|
||||
title: "Professional Bathing", description: "Specialized dog shampoos and conditioning treatments selected for your pet's coat health and breed requirements.", imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627211.jpg?_wi=1", imageAlt: "Professional dog bathing and grooming service"
|
||||
title: "Professional Bathing", description: "Specialized dog shampoos and conditioning treatments selected for your pet's coat health and breed requirements.", imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627211.jpg", imageAlt: "Professional dog bathing and grooming service"
|
||||
},
|
||||
{
|
||||
title: "Breed-Specific Cuts", description: "Expert haircuts styled according to breed standards with precision grooming by certified professionals.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-drying-her-dog-their-walk-while-it-rains_23-2149260464.jpg?_wi=1", imageAlt: "Professional dog haircut and styling service"
|
||||
title: "Breed-Specific Cuts", description: "Expert haircuts styled according to breed standards with precision grooming by certified professionals.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-drying-her-dog-their-walk-while-it-rains_23-2149260464.jpg", imageAlt: "Professional dog haircut and styling service"
|
||||
},
|
||||
{
|
||||
title: "Nail & Paw Care", description: "Complete nail trimming, paw pad care, and maintenance to keep your dog comfortable and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg?_wi=1", imageAlt: "Professional dog nail and paw care service"
|
||||
title: "Nail & Paw Care", description: "Complete nail trimming, paw pad care, and maintenance to keep your dog comfortable and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg", imageAlt: "Professional dog nail and paw care service"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Loved by Pet Owners"
|
||||
description="Thousands of satisfied customers trust PawCare Pro for their dog grooming and pet care needs."
|
||||
textboxLayout="default"
|
||||
@@ -130,11 +130,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1", name: "Sarah Martinez", role: "Golden Retriever Owner", company: "Happy Paws Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-pin-up-girl-with-little-dog_1157-18358.jpg?_wi=1", imageAlt: "Sarah Martinez with groomed golden retriever"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-pin-up-girl-with-little-dog_1157-18358.jpg", imageAlt: "Sarah Martinez with groomed golden retriever"
|
||||
},
|
||||
{
|
||||
id: "test-2", name: "Michael Chen", role: "Poodle Enthusiast", company: "Grooming Excellence", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-smiling-while-posing-with-her-dog_23-2148566972.jpg?_wi=1", imageAlt: "Michael Chen with professional poodle grooming"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-smiling-while-posing-with-her-dog_23-2148566972.jpg", imageAlt: "Michael Chen with professional poodle grooming"
|
||||
},
|
||||
{
|
||||
id: "test-3", name: "Emma Thompson", role: "Multi-Dog Household", company: "Happy Pack Family", rating: 5,
|
||||
@@ -146,11 +146,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "test-5", name: "Lisa Wang", role: "Bernese Mountain Dog Owner", company: "Large Breed Lovers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-pin-up-girl-with-little-dog_1157-18358.jpg?_wi=2", imageAlt: "Lisa Wang with groomed mountain dog"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-pin-up-girl-with-little-dog_1157-18358.jpg", imageAlt: "Lisa Wang with groomed mountain dog"
|
||||
},
|
||||
{
|
||||
id: "test-6", name: "David Park", role: "Schnauzer Specialist", company: "Terrier Care Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-smiling-while-posing-with-her-dog_23-2148566972.jpg?_wi=2", imageAlt: "David Park with professionally groomed schnauzer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-smiling-while-posing-with-her-dog_23-2148566972.jpg", imageAlt: "David Park with professionally groomed schnauzer"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
<PricingCardNine
|
||||
tag="Pricing Plans"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Grooming Packages for Every Dog"
|
||||
description="Choose the perfect grooming package for your pet's needs. All services include professional handling and premium care products."
|
||||
textboxLayout="default"
|
||||
@@ -172,21 +172,21 @@ export default function LandingPage() {
|
||||
"Professional dog shampoo bath", "Gentle blow dry", "Nail trim", "Ear cleaning", "Suitable for all breeds"
|
||||
],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627211.jpg?_wi=2", imageAlt: "Basic dog washing package"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627211.jpg", imageAlt: "Basic dog washing package"
|
||||
},
|
||||
{
|
||||
id: "premium-groom", title: "Premium Groom", price: "$85", period: "per session", features: [
|
||||
"Complete bath with conditioning", "Breed-specific haircut", "Nail and paw care", "Ear and eye cleaning", "Teeth brushing included"
|
||||
],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-drying-her-dog-their-walk-while-it-rains_23-2149260464.jpg?_wi=2", imageAlt: "Premium grooming package"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-drying-her-dog-their-walk-while-it-rains_23-2149260464.jpg", imageAlt: "Premium grooming package"
|
||||
},
|
||||
{
|
||||
id: "luxury-spa", title: "Luxury Spa", price: "$125", period: "per session", features: [
|
||||
"Therapeutic spa bath treatment", "Custom breed styling", "Complete paw and nail spa", "Fur conditioning treatment", "Aromatherapy experience"
|
||||
],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg?_wi=2", imageAlt: "Luxury spa grooming package"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg", imageAlt: "Luxury spa grooming package"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Book Your Appointment"
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Schedule Dog Grooming Today"
|
||||
description="Reserve your pet's grooming session now. Our certified professionals will provide exceptional care."
|
||||
background={{ variant: "animated-grid" }}
|
||||
|
||||
Reference in New Issue
Block a user