Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 15:59:46 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Heart, Paw, Shield, Home, Users, Search, Calendar, MapPin, FileText, CheckCircle, Gift, Zap, Mail, HelpCircle, TrendingUp, Lightbulb } from "lucide-react";
import { Heart, Shield, Home, Users, Search, Calendar, MapPin, FileText, CheckCircle, Gift, Zap, Mail, HelpCircle, TrendingUp, Lightbulb } from "lucide-react";
export default function LandingPage() {
return (
@@ -70,7 +70,7 @@ export default function LandingPage() {
title="Our Mission: Every Pet Deserves Love"
description="PawsHome has been dedicated to rescuing and rehoming abandoned and neglected animals since 2015. We believe every pet has the capacity to love and be loved, and our mission is to connect them with compassionate families."
tag="About Us"
tagIcon={Paw}
tagIcon={Heart}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}