Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Sparkles, Heart, Award, Zap, Clock, Dog, Scissors, Send, CircleDollarSign, ArrowLeftRight, Droplet, Wind, HelpCircle } from 'lucide-react';
|
||||
import { Sparkles, Heart, Award, Zap, Clock, Dog, Scissors, Send, CircleDollarSign, ArrowLeftRight, Droplet, Wind, HelpCircle, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -98,10 +98,11 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="At PawsClean, we believe every dog deserves premium care. With years of expertise and a passion for pet wellness, we provide grooming services that keep your furry friends healthy, happy, and looking their best."
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Award, label: "Years of Experience", value: "15+" },
|
||||
{ icon: Heart, label: "Happy Customers", value: "4,100+" },
|
||||
{ icon: Award, label: "Perfect Ratings", value: "98%" },
|
||||
{ icon: Star, label: "Perfect Ratings", value: "98%" },
|
||||
{ icon: Zap, label: "Fast Service", value: "2-3hrs" }
|
||||
]}
|
||||
/>
|
||||
@@ -116,18 +117,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Complete Bath & Wash", description: "Professional bathing with premium shampoos and conditioners. We use warm water and gentle techniques to cleanse your dog's fur thoroughly while protecting their skin.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-washing-dog_23-2149652690.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-washing-dog_23-2149652690.jpg?_wi=2" }
|
||||
title: "Complete Bath & Wash", description: "Professional bathing with premium shampoos and conditioners. We use warm water and gentle techniques to cleanse your dog's fur thoroughly while protecting their skin.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-washing-dog_23-2149652690.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-washing-dog_23-2149652690.jpg" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Expert Drying & Styling", description: "High-velocity dryers and professional blow-drying techniques to fluff and style your dog's coat. We ensure proper drying to prevent skin issues and achieve a beautiful finish.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-little-dog-yorkshire-terrier-puppy-blue-table_1157-51439.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-little-dog-yorkshire-terrier-puppy-blue-table_1157-51439.jpg?_wi=2" }
|
||||
title: "Expert Drying & Styling", description: "High-velocity dryers and professional blow-drying techniques to fluff and style your dog's coat. We ensure proper drying to prevent skin issues and achieve a beautiful finish.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-little-dog-yorkshire-terrier-puppy-blue-table_1157-51439.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-little-dog-yorkshire-terrier-puppy-blue-table_1157-51439.jpg" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Precision Grooming & Trim", description: "Expert haircuts, nail trimming, and ear cleaning. Our professional groomers tailor each service to your dog's breed, coat type, and your preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-little-dog-yorkshire-terrier-puppy-blue-table_1157-51439.jpg?_wi=3" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-little-dog-yorkshire-terrier-puppy-blue-table_1157-51439.jpg?_wi=4" }
|
||||
title: "Precision Grooming & Trim", description: "Expert haircuts, nail trimming, and ear cleaning. Our professional groomers tailor each service to your dog's breed, coat type, and your preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-little-dog-yorkshire-terrier-puppy-blue-table_1157-51439.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-combing-little-dog-yorkshire-terrier-puppy-blue-table_1157-51439.jpg" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -145,7 +146,7 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{ id: "1", value: "4100", title: "Pets Groomed", description: "Happy dogs & satisfied owners", icon: Heart },
|
||||
{ id: "2", value: "15", title: "Years Active", description: "Professional expertise & experience", icon: Award },
|
||||
{ id: "3", value: "98", title: "Satisfaction %", description: "Customer reviews & ratings", icon: Award },
|
||||
{ id: "3", value: "98", title: "Satisfaction %", description: "Customer reviews & ratings", icon: Star },
|
||||
{ id: "4", value: "7", title: "Days Weekly", description: "Open for your convenience", icon: Clock }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -163,10 +164,10 @@ export default function LandingPage() {
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4" }
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user