Merge version_2 into main #2
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user