From 3ca306d56064b8acf614869166d3b8c2ea39d4a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 13:29:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38e962b..40830ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import TeamCardOne from '@/components/sections/team/TeamCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Heart, Paw, Home, Users, CheckCircle, ArrowLeftRight, Send, CircleDollarSign, Facebook, Instagram, Mail, Hexagon, MessageSquareText, Settings, House } from 'lucide-react'; +import { Heart, Home, Users, CheckCircle, ArrowLeftRight, Send, CircleDollarSign, Facebook, Instagram, Mail, Hexagon, MessageSquareText, Settings, House } from 'lucide-react'; export default function LandingPage() { return ( @@ -54,8 +54,8 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} dashboard={{ - title: "Adoption Hub", logoIcon: Paw, - imageSrc: "https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg?_wi=1", searchPlaceholder: "Search by breed or type...", buttons: [ + title: "Adoption Hub", logoIcon: Heart, + imageSrc: "https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg", searchPlaceholder: "Search by breed or type...", buttons: [ { text: "View All", href: "#products" }, { text: "Learn Adoption Process", href: "#features" } ], @@ -168,13 +168,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Browse & Meet", description: "Explore our available pets online or visit us in person. Spend time getting to know them and their personalities.", tag: "Step 1", imageSrc: "https://img.b2bpic.net/free-photo/team-creative-business-colleagues-having-fun-while-giving-headphones-dog-office-focus-is-dog_637285-2006.jpg?_wi=1" + id: "1", title: "Browse & Meet", description: "Explore our available pets online or visit us in person. Spend time getting to know them and their personalities.", tag: "Step 1", imageSrc: "https://img.b2bpic.net/free-photo/team-creative-business-colleagues-having-fun-while-giving-headphones-dog-office-focus-is-dog_637285-2006.jpg" }, { - id: "2", title: "Application & Interview", description: "Complete our adoption application and have a conversation with our team to ensure the right match for your family.", tag: "Step 2", imageSrc: "https://img.b2bpic.net/free-photo/team-creative-business-colleagues-having-fun-while-giving-headphones-dog-office-focus-is-dog_637285-2006.jpg?_wi=2" + id: "2", title: "Application & Interview", description: "Complete our adoption application and have a conversation with our team to ensure the right match for your family.", tag: "Step 2", imageSrc: "https://img.b2bpic.net/free-photo/team-creative-business-colleagues-having-fun-while-giving-headphones-dog-office-focus-is-dog_637285-2006.jpg" }, { - id: "3", title: "Home Check & Finalize", description: "We conduct a home visit to ensure a safe environment, then complete paperwork and send your new pet home with care instructions.", tag: "Step 3", imageSrc: "https://img.b2bpic.net/free-photo/team-creative-business-colleagues-having-fun-while-giving-headphones-dog-office-focus-is-dog_637285-2006.jpg?_wi=3" + id: "3", title: "Home Check & Finalize", description: "We conduct a home visit to ensure a safe environment, then complete paperwork and send your new pet home with care instructions.", tag: "Step 3", imageSrc: "https://img.b2bpic.net/free-photo/team-creative-business-colleagues-having-fun-while-giving-headphones-dog-office-focus-is-dog_637285-2006.jpg" } ]} /> @@ -220,7 +220,7 @@ export default function LandingPage() { id: "2", name: "Donate", role: "Support Our Mission", imageSrc: "https://img.b2bpic.net/free-photo/volunteer-collecting-donation-box-from-another-volunteer_23-2149230540.jpg" }, { - id: "3", name: "Adopt", role: "Give a Pet a Home", imageSrc: "https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg?_wi=2" + id: "3", name: "Adopt", role: "Give a Pet a Home", imageSrc: "https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg" } ]} /> @@ -239,7 +239,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg?_wi=3" + imageSrc="https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg" mediaAnimation="slide-up" mediaPosition="right" buttonText="Send Message" -- 2.49.1