6 Commits

Author SHA1 Message Date
5fbd0e24fd Update src/app/page.tsx 2026-03-07 07:35:16 +00:00
aac8e22bfd Merge version_5 into main
Merge version_5 into main
2026-03-07 07:11:54 +00:00
d8b2baba35 Update src/app/page.tsx 2026-03-07 07:11:50 +00:00
a235c1971b Merge version_4 into main
Merge version_4 into main
2026-03-06 10:56:35 +00:00
1ef898eded Update src/app/page.tsx 2026-03-06 10:56:31 +00:00
4a854d93ca Merge version_3 into main
Merge version_3 into main
2026-03-06 10:54:52 +00:00

View File

@@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Heart, Zap, TrendingUp, MessageCircle, Mail, Shield, Clock, Lightbulb, Activity } from "lucide-react";
import { Heart, Zap, TrendingUp, MessageCircle, Mail, Shield, Clock, Lightbulb, Activity, AlertTriangle } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -74,11 +74,11 @@ 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: "Start Chat", href: "/chat" },
{ text: "Emergency Guide", href: "/emergency" },
{ text: "Start Chat", href: "/chat" },
]}
buttonAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
@@ -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"