diff --git a/src/app/page.tsx b/src/app/page.tsx index ad80e1d..c1b823b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Heart, Sparkles, Paw } from 'lucide-react'; +import { Heart, Sparkles, Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -97,22 +97,22 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "standard", badge: "Standard Walk", badgeIcon: Paw, - price: "$25", subtitle: "Perfect for daily exercise", buttons: [{ text: "Book Now", href: "#contact" }], + id: "standard", badge: "Standard Walk", badgeIcon: Clock, + price: 25, subtitle: "Perfect for daily exercise", buttons: [{ text: "Book Now", href: "#contact" }], features: [ "30-minute walk", "Local neighborhood routes", "Photo updates", "GPS tracking", "Personalized care notes" ] }, { id: "adventure", badge: "Adventure Walk", badgeIcon: Sparkles, - price: "$40", subtitle: "For the active pup", buttons: [{ text: "Book Now", href: "#contact" }], + price: 40, subtitle: "For the active pup", buttons: [{ text: "Book Now", href: "#contact" }], features: [ "60-minute walk", "Park or trail exploration", "High-energy activities", "Premium photo updates", "Real-time GPS tracking", "Detailed activity report" ] }, { id: "puppy", badge: "Puppy Care", badgeIcon: Heart, - price: "$30", subtitle: "Extra attention for young dogs", buttons: [{ text: "Book Now", href: "#contact" }], + price: 30, subtitle: "Extra attention for young dogs", buttons: [{ text: "Book Now", href: "#contact" }], features: [ "30-45 minute walk", "Gentle socialization", "Training reinforcement", "Frequent breaks", "Safe environment focus", "Parent communication" ]