Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bea4eeb16a | |||
| b15572bb2b | |||
| 5fa4b5e725 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Welcome to Puppy House"
|
title="Find Your Perfect Companion & Bring Unconditional Love Home"
|
||||||
description="Premium Dog Breeding — Raising Champions With Love"
|
description="Premium Dog Breeding — Raising Champions With Love"
|
||||||
tag="Trusted Breeders Since Day One"
|
tag="Trusted Breeders Since Day One"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
@@ -152,17 +152,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
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"
|
title="Discover Our Beautiful Breeds"
|
||||||
description="Find your perfect companion from our selection of healthy, purebred puppies, each raised with love and care."
|
description="Find your perfect companion from our selection of healthy, purebred puppies, each raised with love and care."
|
||||||
|
|||||||
Reference in New Issue
Block a user