diff --git a/src/app/page.tsx b/src/app/page.tsx index ccf2c72..67e92a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Star, Bird, MapPin, Home, MessageSquareText, CheckCircle, Heart } from "lucide-react"; +import { Star, Bird, MapPin, Home, MessageSquareText, CheckCircle, Heart, MapPinIcon, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -247,8 +247,8 @@ export default function LandingPage() { text="Looking for a healthy bird or exotic pet today? Get in touch with The Bird House now and find your perfect companion!" animationType="entrance-slide" buttons={[ - { text: "📞 Call Now", href: "tel:+91-XXXXXXXXXX" }, - { text: "💬 WhatsApp Us", href: "https://wa.me/91XXXXXXXXXX" } + { text: "Visit Store", href: "https://maps.google.com/?q=The+Bird+House+Mira+Road" }, + { text: "Request Call", href: "tel:+91-XXXXXXXXXX" } ]} background={{ variant: "gradient-bars" }} useInvertedBackground={false}