Merge version_1 into main #1
226
src/app/page.tsx
226
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Breeds",
|
||||
id: "#breeds",
|
||||
},
|
||||
name: "Breeds", id: "#breeds"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Puppy House"
|
||||
/>
|
||||
@@ -63,8 +51,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Welcome to Puppy House"
|
||||
description="Premium Dog Breeding — Raising Champions With Love"
|
||||
tag="Trusted Breeders Since Day One"
|
||||
@@ -72,36 +59,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Our Puppies",
|
||||
href: "#breeds",
|
||||
},
|
||||
text: "Meet Our Puppies", href: "#breeds"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:8116974230",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:8116974230"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/direct-look-into-face-toller-dog-action_493961-844.jpg",
|
||||
imageAlt: "A beautiful Golden Retriever puppy running in a field.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/direct-look-into-face-toller-dog-action_493961-844.jpg", imageAlt: "A beautiful Golden Retriever puppy running in a field."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiley-dog-outdoors_23-2149004542.jpg",
|
||||
imageAlt: "Cute smiley dog outdoors",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiley-dog-outdoors_23-2149004542.jpg", imageAlt: "Cute smiley dog outdoors"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-beagle-portrait_1385-376.jpg",
|
||||
imageAlt: "Cute beagle portrait",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-beagle-portrait_1385-376.jpg", imageAlt: "Cute beagle portrait"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retriver_658691-630.jpg",
|
||||
imageAlt: "Retriver",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retriver_658691-630.jpg", imageAlt: "Retriver"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-retriever-running-through-sunflower-field_23-2151987159.jpg",
|
||||
imageAlt: "Golden retriever running through a sunflower field",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-retriever-running-through-sunflower-field_23-2151987159.jpg", imageAlt: "Golden retriever running through a sunflower field"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,25 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
description: "Puppies Rehomed",
|
||||
},
|
||||
id: "1", value: "500+", description: "Puppies Rehomed"},
|
||||
{
|
||||
id: "2",
|
||||
value: "8+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "2", value: "8+", description: "Years Experience"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Health Guaranteed",
|
||||
},
|
||||
id: "3", value: "100%", description: "Health Guaranteed"},
|
||||
{
|
||||
id: "4",
|
||||
value: "50+",
|
||||
description: "Happy Families",
|
||||
},
|
||||
id: "4", value: "50+", description: "Happy Families"},
|
||||
]}
|
||||
title="Our Commitment by the Numbers"
|
||||
description="Our dedication to canine welfare and customer satisfaction shines through in every aspect of our work."
|
||||
@@ -161,34 +122,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Health Certified",
|
||||
description: "All puppies come with full vet check-ups and vaccination records.",
|
||||
},
|
||||
title: "Health Certified", description: "All puppies come with full vet check-ups and vaccination records."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Vaccinated & Dewormed",
|
||||
description: "Up to date on all essential shots before they go home.",
|
||||
},
|
||||
title: "Vaccinated & Dewormed", description: "Up to date on all essential shots before they go home."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Home Raised",
|
||||
description: "Our puppies grow up in a loving home environment, not a cage.",
|
||||
},
|
||||
title: "Home Raised", description: "Our puppies grow up in a loving home environment, not a cage."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Pure Breeds",
|
||||
description: "We specialize in purebred dogs with verified lineage.",
|
||||
},
|
||||
title: "Pure Breeds", description: "We specialize in purebred dogs with verified lineage."},
|
||||
{
|
||||
icon: LifeBuoy,
|
||||
title: "Lifetime Support",
|
||||
description: "We guide you even after you take your pup home.",
|
||||
},
|
||||
title: "Lifetime Support", description: "We guide you even after you take your pup home."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Ethical Breeding",
|
||||
description: "No puppy mills. Ever. We prioritize health and temperament above all.",
|
||||
},
|
||||
title: "Ethical Breeding", description: "No puppy mills. Ever. We prioritize health and temperament above all."},
|
||||
]}
|
||||
title="Why Choose Puppy House?"
|
||||
description="Our unwavering commitment to ethical breeding and lifelong companionship sets us apart."
|
||||
@@ -203,47 +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"},
|
||||
{
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
]}
|
||||
title="Discover Our Beautiful Breeds"
|
||||
description="Find your perfect companion from our selection of healthy, purebred puppies, each raised with love and care."
|
||||
@@ -258,30 +177,18 @@ export default function LandingPage() {
|
||||
author="Priya S."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg",
|
||||
alt: "Priya S. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", alt: "Priya S. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3127.jpg",
|
||||
alt: "Rahul M. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3127.jpg", alt: "Rahul M. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034125.jpg",
|
||||
alt: "Anjali K. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034125.jpg", alt: "Anjali K. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-handsome-confident-man-with-beard-looking-empty-space-smiling-standing-blue-ba_1258-163880.jpg",
|
||||
alt: "Happy Customer 4 avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-handsome-confident-man-with-beard-looking-empty-space-smiling-standing-blue-ba_1258-163880.jpg", alt: "Happy Customer 4 avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186144.jpg",
|
||||
alt: "Happy Customer 5 avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186144.jpg", alt: "Happy Customer 5 avatar"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
title="Families Who Found Their Best Friend"
|
||||
description="Hear from our happy customers about their cherished Puppy House experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -292,27 +199,16 @@ export default function LandingPage() {
|
||||
description="Reach out to us today. We're happy to answer all your questions and help you find the perfect pup."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "breed_interest",
|
||||
type: "text",
|
||||
placeholder: "Breed Interest (Optional)",
|
||||
},
|
||||
name: "breed_interest", type: "text", placeholder: "Breed Interest (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-working-from-home-with-pet-dog_23-2149104716.jpg"
|
||||
@@ -320,16 +216,6 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: 8116974230",
|
||||
href: "tel:8116974230",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp: 7001266646",
|
||||
href: "https://wa.me/917001266646",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -337,41 +223,25 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Breeds",
|
||||
href: "#breeds",
|
||||
},
|
||||
label: "Breeds", href: "#breeds"},
|
||||
{
|
||||
label: "Why Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "Why Us", href: "#why-us"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "Phone: 8116974230",
|
||||
href: "tel:8116974230",
|
||||
},
|
||||
label: "Phone: 8116974230", href: "tel:8116974230"},
|
||||
{
|
||||
label: "WhatsApp: 7001266646",
|
||||
href: "https://wa.me/917001266646",
|
||||
},
|
||||
label: "WhatsApp: 7001266646", href: "https://wa.me/917001266646"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user