2 Commits

Author SHA1 Message Date
3fb6856aae Update src/app/page.tsx 2026-05-27 08:17:07 +00:00
50214a10c4 Merge version_1 into main
Merge version_1 into main
2026-05-27 08:04:46 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}