Merge version_1 into main #2
142
src/app/page.tsx
142
src/app/page.tsx
@@ -7,10 +7,11 @@ import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Heart, Shield, Sparkles, CheckCircle, TrendingUp, Linkedin, Twitter, Globe, Mail } from "lucide-react";
|
||||
import { Heart, Shield, Sparkles, CheckCircle, TrendingUp, Linkedin, Twitter, Globe, Mail, Users } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -23,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Adoption",
|
||||
items: [
|
||||
title: "Adoption", items: [
|
||||
{ label: "Browse Pets", href: "/animals" },
|
||||
{ label: "How to Adopt", href: "#how-it-works" },
|
||||
{ label: "Adoption Stories", href: "#adoption-stories" },
|
||||
@@ -32,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Partner with Us", href: "/partner" },
|
||||
@@ -41,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Donate", href: "/donate" },
|
||||
{ label: "Volunteer", href: "/volunteer" },
|
||||
@@ -50,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -105,7 +102,6 @@ export default function HomePage() {
|
||||
imageAlt="Happy adopted pets with families"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,33 +133,13 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Luna - Golden Retriever",
|
||||
price: "Adoption Fee: $150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg?_wi=1",
|
||||
imageAlt: "Luna, a golden retriever waiting for adoption",
|
||||
},
|
||||
id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg", imageAlt: "Luna, a golden retriever waiting for adoption"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Max - Tabby Cat",
|
||||
price: "Adoption Fee: $75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg?_wi=1",
|
||||
imageAlt: "Max, an orange tabby cat",
|
||||
},
|
||||
id: "2", name: "Max - Tabby Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg", imageAlt: "Max, an orange tabby cat"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bella - Border Collie",
|
||||
price: "Adoption Fee: $120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-border-collie-dog_23-2148097506.jpg?_wi=1",
|
||||
imageAlt: "Bella, a border collie with striking eyes",
|
||||
},
|
||||
id: "3", name: "Bella - Border Collie", price: "Adoption Fee: $120", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-border-collie-dog_23-2148097506.jpg", imageAlt: "Bella, a border collie with striking eyes"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Charlie - Rabbit",
|
||||
price: "Adoption Fee: $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg?_wi=1",
|
||||
imageAlt: "Charlie, an adorable Holland lop rabbit",
|
||||
},
|
||||
id: "4", name: "Charlie - Rabbit", price: "Adoption Fee: $50", imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg", imageAlt: "Charlie, an adorable Holland lop rabbit"},
|
||||
]}
|
||||
buttons={[{ text: "View All Animals", href: "/animals" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -181,19 +157,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Time-consuming shelter visits",
|
||||
"Unclear pet histories",
|
||||
"Limited animal information",
|
||||
"Complicated application process",
|
||||
],
|
||||
"Time-consuming shelter visits", "Unclear pet histories", "Limited animal information", "Complicated application process"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Browse 24/7 from home",
|
||||
"Complete medical records included",
|
||||
"Detailed personality profiles",
|
||||
"Simple online adoption process",
|
||||
],
|
||||
"Browse 24/7 from home", "Complete medical records included", "Detailed personality profiles", "Simple online adoption process"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Start Your Journey", href: "/animals" }]}
|
||||
@@ -210,26 +178,58 @@ export default function HomePage() {
|
||||
avatarsAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-summer-forest-with-dogs_1157-22792.jpg",
|
||||
alt: "Happy adopting family 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-summer-forest-with-dogs_1157-22792.jpg", alt: "Happy adopting family 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-guys-playing-with-their-dog-backyard-grass-cheerful-old-dog_158595-6550.jpg",
|
||||
alt: "Happy adopting family 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-guys-playing-with-their-dog-backyard-grass-cheerful-old-dog_158595-6550.jpg", alt: "Happy adopting family 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-spending-time-with-dog-home_23-2149392592.jpg",
|
||||
alt: "Happy adopting family 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-spending-time-with-dog-home_23-2149392592.jpg", alt: "Happy adopting family 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-61329.jpg",
|
||||
alt: "Happy adopting family 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-61329.jpg", alt: "Happy adopting family 4"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Passionate animal lovers and adoption specialists committed to finding perfect homes for every pet in our care."
|
||||
tag="Our Team"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Emma Thompson", role: "Founder & Director", description: "Veterinarian with 15 years of experience in animal welfare and sanctuary management. Passionate about creating systemic change in pet adoption.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-carrying-little-gray-puppy_329181-10394.jpg", imageAlt: "Emma Thompson, Founder & Director", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Twitter, url: "https://twitter.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Rodriguez", role: "Adoption Counselor", description: "Former shelter manager with deep expertise in matching families with the right pets. Has facilitated over 800 successful adoptions.", imageSrc: "http://img.b2bpic.net/free-photo/pet-owner-pouring-water-his-friend-bowl_259150-57216.jpg", imageAlt: "Marcus Rodriguez, Adoption Counselor", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Heart, url: "https://example.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", name: "Aisha Patel", role: "Animal Care Manager", description: "Certified animal behaviorist dedicated to ensuring every pet receives individualized care and attention while waiting for their new families.", imageSrc: "http://img.b2bpic.net/free-photo/x-ray-image-puppy-s-body_329181-14495.jpg", imageAlt: "Aisha Patel, Animal Care Manager", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Globe, url: "https://example.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Chen", role: "Volunteer Coordinator", description: "Organizes and manages 50+ active volunteers. Passionate about community engagement and building a support network around animal adoption.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-camera-while-holding-cellphone-near-red-wall_23-2148193969.jpg", imageAlt: "James Chen, Volunteer Coordinator", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Mail, url: "mailto:james@pawshome.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
title="Our Impact By The Numbers"
|
||||
@@ -242,34 +242,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "2,500+",
|
||||
title: "Animals Successfully Adopted",
|
||||
items: [
|
||||
"All thoroughly vetted and health-checked",
|
||||
"Average adoption timeline: 2-3 weeks",
|
||||
"95% success rate on first-attempt matches",
|
||||
],
|
||||
id: "1", value: "2,500+", title: "Animals Successfully Adopted", items: [
|
||||
"All thoroughly vetted and health-checked", "Average adoption timeline: 2-3 weeks", "95% success rate on first-attempt matches"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "150+",
|
||||
title: "Partner Shelters & Rescues",
|
||||
items: [
|
||||
"Network across 25 states",
|
||||
"Supporting small and large operations",
|
||||
"Unified adoption platform access",
|
||||
],
|
||||
id: "2", value: "150+", title: "Partner Shelters & Rescues", items: [
|
||||
"Network across 25 states", "Supporting small and large operations", "Unified adoption platform access"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "15K+",
|
||||
title: "Active Community Members",
|
||||
items: [
|
||||
"Engaged adopters and supporters",
|
||||
"50+ trained volunteer advocates",
|
||||
"Growing monthly membership",
|
||||
],
|
||||
id: "3", value: "15K+", title: "Active Community Members", items: [
|
||||
"Engaged adopters and supporters", "50+ trained volunteer advocates", "Growing monthly membership"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user