Merge version_1 into main #4
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user