diff --git a/src/app/page.tsx b/src/app/page.tsx index b130a00..956bf2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Heart, Home, LifeBuoy, Shield, ShieldCheck, Star } from "lucide-react"; +import { Award, BadgeCheck, Heart, Home, LifeBuoy, Shield, ShieldCheck, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -59,7 +59,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { - text: "Meet Our Puppies", href: "#breeds"}, + text: "Meet Our Puppies", href: "https://wa.link/rk9tdv"}, { text: "Call Us Now", href: "tel:8116974230"}, ]} @@ -130,7 +130,7 @@ export default function LandingPage() { icon: Home, title: "Home Raised", description: "Our puppies grow up in a loving home environment, not a cage."}, { - icon: Home, + icon: BadgeCheck, // Changed from Home title: "Pure Breeds", description: "We specialize in purebred dogs with verified lineage."}, { icon: LifeBuoy, @@ -252,4 +252,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file