5 Commits

Author SHA1 Message Date
bea4eeb16a Merge version_3 into main
Merge version_3 into main
2026-05-27 08:21:09 +00:00
b15572bb2b Update src/app/page.tsx 2026-05-27 08:21:06 +00:00
5fa4b5e725 Merge version_2 into main
Merge version_2 into main
2026-05-27 08:17:10 +00:00
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 (
@@ -52,14 +52,14 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{
variant: "plain"}}
title="Welcome to Puppy House"
title="Find Your Perfect Companion & Bring Unconditional Love Home"
description="Premium Dog Breeding — Raising Champions With Love"
tag="Trusted Breeders Since Day One"
tagIcon={Star}
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,
@@ -152,17 +152,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Labrador Retriever", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-labrador-retriever-dog-picture_23-2150645008.jpg", imageAlt: "Labrador Retriever puppy"},
id: "p1", name: "Labrador Retriever", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-labrador-retriever-dog-picture_23-2150645008.jpg", imageAlt: "Labrador Retriever puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")},
{
id: "p2", name: "Golden Retriever", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-snowy-road-daylight_181624-60951.jpg", imageAlt: "Golden Retriever puppy"},
id: "p2", name: "Golden Retriever", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-snowy-road-daylight_181624-60951.jpg", imageAlt: "Golden Retriever puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")},
{
id: "p3", name: "Pomeranian", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/dog-canine-animal-mammal-pet-puppy_53876-23399.jpg", imageAlt: "Pomeranian puppy"},
id: "p3", name: "Pomeranian", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/dog-canine-animal-mammal-pet-puppy_53876-23399.jpg", imageAlt: "Pomeranian puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")},
{
id: "p4", name: "Siberian Husky", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-dog_1157-5142.jpg", imageAlt: "Siberian Husky puppy"},
id: "p4", name: "Siberian Husky", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-dog_1157-5142.jpg", imageAlt: "Siberian Husky puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")},
{
id: "p5", name: "Shih Tzu", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-sitting-shih-poo-house_181624-44413.jpg", imageAlt: "Shih Tzu puppy"},
id: "p5", name: "Shih Tzu", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-sitting-shih-poo-house_181624-44413.jpg", imageAlt: "Shih Tzu puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")},
{
id: "p6", name: "Beagle", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/cute-beagle-portrait_1385-381.jpg", imageAlt: "Beagle puppy"},
id: "p6", name: "Beagle", price: "Enquire Now", imageSrc: "http://img.b2bpic.net/free-photo/cute-beagle-portrait_1385-381.jpg", imageAlt: "Beagle puppy", onProductClick: () => window.open("https://wa.link/rk9tdv", "_blank")},
]}
title="Discover Our Beautiful Breeds"
description="Find your perfect companion from our selection of healthy, purebred puppies, each raised with love and care."