Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-12 01:37:18 +00:00

View File

@@ -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, Clock } from 'lucide-react';
import { Heart, Sparkles, Clock, Paw } from 'lucide-react';
export default function LandingPage() {
return (
@@ -98,21 +98,21 @@ export default function LandingPage() {
plans={[
{
id: "standard", badge: "Standard Walk", badgeIcon: Clock,
price: 25, subtitle: "Perfect for daily exercise", buttons: [{ text: "Book Now", href: "#contact" }],
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"
]