From 3fb6856aae40bbf9ec9b39efc2ce0b335716f809 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 08:17:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.49.1