Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-04 01:02:38 +00:00

View File

@@ -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}