diff --git a/src/app/page.tsx b/src/app/page.tsx index a4ea375..3d98b3a 100644 --- a/src/app/page.tsx +++ b/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} /> @@ -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} /> +
+ +
+