Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Heart, Paw, Mail } from "lucide-react";
|
||||
import { Heart, Dog, Mail } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -36,8 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Start Adoption",
|
||||
href: "contact"
|
||||
text: "Start Adoption", href: "contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -64,32 +63,20 @@ export default function HomePage() {
|
||||
title="Available Pets"
|
||||
description="Meet the wonderful animals waiting for their forever homes. Each pet has a unique personality and is ready to become part of your family."
|
||||
tag="Adopt Now"
|
||||
tagIcon={Paw}
|
||||
tagIcon={Dog}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Golden Retriever Mix",
|
||||
price: "Adoption Fee: $150",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg",
|
||||
imageAlt: "Golden Retriever awaiting adoption"
|
||||
id: "1", name: "Golden Retriever Mix", price: "Adoption Fee: $150", imageSrc: "https://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Golden Retriever awaiting adoption"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tabby Kitten",
|
||||
price: "Adoption Fee: $75",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/direct-look-into-face-toller-dog-action_493961-844.jpg",
|
||||
imageAlt: "Playful tabby kitten"
|
||||
id: "2", name: "Tabby Kitten", price: "Adoption Fee: $75", imageSrc: "https://img.b2bpic.net/free-photo/direct-look-into-face-toller-dog-action_493961-844.jpg", imageAlt: "Playful tabby kitten"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Holland Lop Rabbit",
|
||||
price: "Adoption Fee: $50",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg",
|
||||
imageAlt: "Adorable rabbit for adoption"
|
||||
id: "3", name: "Holland Lop Rabbit", price: "Adoption Fee: $50", imageSrc: "https://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg", imageAlt: "Adorable rabbit for adoption"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -122,33 +109,18 @@ export default function HomePage() {
|
||||
animationType="opacity"
|
||||
features={[
|
||||
{
|
||||
id: "save-life",
|
||||
label: "Save a Life",
|
||||
title: "Give Second Chances",
|
||||
items: [
|
||||
"You directly save a life when you adopt",
|
||||
"Make room for rescue of other animals in need",
|
||||
"Every adoption is a lifesaving act"
|
||||
id: "save-life", label: "Save a Life", title: "Give Second Chances", items: [
|
||||
"You directly save a life when you adopt", "Make room for rescue of other animals in need", "Every adoption is a lifesaving act"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "health-checked",
|
||||
label: "Health First",
|
||||
title: "Fully Vetted & Vaccinated",
|
||||
items: [
|
||||
"All pets receive veterinary care",
|
||||
"Up-to-date vaccinations included",
|
||||
"Microchipping for identification"
|
||||
id: "health-checked", label: "Health First", title: "Fully Vetted & Vaccinated", items: [
|
||||
"All pets receive veterinary care", "Up-to-date vaccinations included", "Microchipping for identification"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "perfect-match",
|
||||
label: "Perfect Match",
|
||||
title: "Find Your Ideal Companion",
|
||||
items: [
|
||||
"Professional matching based on lifestyle",
|
||||
"Support and guidance throughout adoption",
|
||||
"Return policy if needed"
|
||||
id: "perfect-match", label: "Perfect Match", title: "Find Your Ideal Companion", items: [
|
||||
"Professional matching based on lifestyle", "Support and guidance throughout adoption", "Return policy if needed"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -164,40 +136,16 @@ export default function HomePage() {
|
||||
useInvertedBackground="noInvert"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Our family's best decision",
|
||||
quote: "Adopting Max changed our entire family's life. He's brought so much joy and love into our home. Every day he reminds us why rescue pets are so special.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Pet Parent",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-carries-dog-shoulder-plays-with-favorite-pet-expresses-love-care-stands-sideways-isolated-white_273609-52807.jpg",
|
||||
imageAlt: "Sarah with her adopted dog"
|
||||
id: "1", title: "Our family's best decision", quote: "Adopting Max changed our entire family's life. He's brought so much joy and love into our home. Every day he reminds us why rescue pets are so special.", name: "Sarah Johnson", role: "Pet Parent", imageSrc: "https://img.b2bpic.net/free-photo/woman-carries-dog-shoulder-plays-with-favorite-pet-expresses-love-care-stands-sideways-isolated-white_273609-52807.jpg", imageAlt: "Sarah with her adopted dog"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Found her soulmate",
|
||||
quote: "I never thought I'd find a kitten as perfect as Luna. The team at PawShelter helped me find exactly what I was looking for. Best decision ever!",
|
||||
name: "Michael Chen",
|
||||
role: "Kitten Parent",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/outdoor-portrait-curly-european-tanned-woman-holds-happy-pet-dog-pomeranian-spitz_343596-1381.jpg",
|
||||
imageAlt: "Michael with his adopted cat"
|
||||
id: "2", title: "Found her soulmate", quote: "I never thought I'd find a kitten as perfect as Luna. The team at PawShelter helped me find exactly what I was looking for. Best decision ever!", name: "Michael Chen", role: "Kitten Parent", imageSrc: "https://img.b2bpic.net/free-photo/outdoor-portrait-curly-european-tanned-woman-holds-happy-pet-dog-pomeranian-spitz_343596-1381.jpg", imageAlt: "Michael with his adopted cat"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "A child's best friend",
|
||||
quote: "Watching my son grow up with his best friend Buddy has been incredible. Adoption gave Buddy a home and gave us a lifetime of memories together.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Proud Adoptive Parent",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-shot-happy-young-woman-with-curly-hair-smiles-gladfully-enjoys-company-pet-poses-with-pug-dog-dressed-casually-isolated-beige-background-people-domestic-animals-concept_273609-60120.jpg",
|
||||
imageAlt: "Child playing with adopted puppy"
|
||||
id: "3", title: "A child's best friend", quote: "Watching my son grow up with his best friend Buddy has been incredible. Adoption gave Buddy a home and gave us a lifetime of memories together.", name: "Emily Rodriguez", role: "Proud Adoptive Parent", imageSrc: "https://img.b2bpic.net/free-photo/close-up-shot-happy-young-woman-with-curly-hair-smiles-gladfully-enjoys-company-pet-poses-with-pug-dog-dressed-casually-isolated-beige-background-people-domestic-animals-concept_273609-60120.jpg", imageAlt: "Child playing with adopted puppy"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "A companion for my golden years",
|
||||
quote: "At 72, I was worried about being alone. Adopting Charlie was the best thing I've done. He's given me purpose and endless companionship.",
|
||||
name: "David Kim",
|
||||
role: "Senior Pet Parent",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/friendship-concept-smiling-beautiful-young-woman-carries-her-pug-dog-spends-free-time-with-favorite-pet-wears-casual-jumper-isolated-brown-background-domestic-animal-with-its-caring-owner_273609-61438.jpg",
|
||||
imageAlt: "Senior man with his adopted dog"
|
||||
id: "4", title: "A companion for my golden years", quote: "At 72, I was worried about being alone. Adopting Charlie was the best thing I've done. He's given me purpose and endless companionship.", name: "David Kim", role: "Senior Pet Parent", imageSrc: "https://img.b2bpic.net/free-photo/friendship-concept-smiling-beautiful-young-woman-carries-her-pug-dog-spends-free-time-with-favorite-pet-wears-casual-jumper-isolated-brown-background-domestic-animal-with-its-caring-owner_273609-61438.jpg", imageAlt: "Senior man with his adopted dog"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -209,7 +157,7 @@ export default function HomePage() {
|
||||
title="Stay Connected with PawShelter"
|
||||
description="Subscribe to our newsletter for adoption updates, heartwarming stories, and volunteer opportunities. Be part of our mission to save lives."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground="noInvert"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/funny-newborn-puppies-sleep-near-basket-blanket_169016-11523.jpg"
|
||||
imageAlt="Group of puppies and kittens waiting for adoption"
|
||||
@@ -225,8 +173,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 PawShelter | Saving Lives, One Paw at a Time"
|
||||
columns={[
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Mission", href: "about" },
|
||||
{ label: "Team", href: "#" },
|
||||
{ label: "Success Stories", href: "testimonial" },
|
||||
@@ -234,8 +181,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Adopt",
|
||||
items: [
|
||||
title: "Adopt", items: [
|
||||
{ label: "Available Pets", href: "products" },
|
||||
{ label: "How to Adopt", href: "whyadopt" },
|
||||
{ label: "Adoption Fee", href: "#" },
|
||||
@@ -243,8 +189,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Donate", href: "#" },
|
||||
{ label: "Volunteer", href: "#" },
|
||||
{ label: "Sponsor a Pet", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user