Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fbd0e24fd | |||
| aac8e22bfd | |||
| d8b2baba35 | |||
| a235c1971b |
@@ -74,7 +74,7 @@ export default function HomePage() {
|
||||
title="Pet Health Guidance, Instantly"
|
||||
description="Get safe, easy-to-understand first aid advice for dogs, cats, and other pets. Our AI assistant provides immediate guidance while your veterinarian is being reached."
|
||||
tag="AI-Powered Pet Care"
|
||||
tagIcon={Heart}
|
||||
tagIcon={Clock}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Emergency Guide", href: "/emergency" },
|
||||
@@ -184,26 +184,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="Trusted by Pet Owners Worldwide"
|
||||
description="Join thousands of people helping their pets safely"
|
||||
tag="Impact Metrics"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{ id: "1", value: "50K+", description: "Pet Owners Helped" },
|
||||
{ id: "2", value: "100+", description: "Animal Types Supported" },
|
||||
{ id: "3", value: "24/7", description: "Instant Guidance Available" },
|
||||
{ id: "4", value: "98%", description: "Safety-Focused Advice" },
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="What Pet Owners Say"
|
||||
|
||||
Reference in New Issue
Block a user