Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { Heart, Users, Mail, Paw, HelpingHand, Brain, Home, TrendingUp } from 'lucide-react';
|
import { Heart, Users, Mail, HelpingHand, Brain, Home, TrendingUp } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
linkCards={[
|
linkCards={[
|
||||||
{
|
{
|
||||||
icon: Paw,
|
icon: Heart,
|
||||||
title: "Find Your Perfect Companion", description: "Browse our available pets waiting for their forever homes", button: { text: "Meet Our Pets", href: "#featured-pets" }
|
title: "Find Your Perfect Companion", description: "Browse our available pets waiting for their forever homes", button: { text: "Meet Our Pets", href: "#featured-pets" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
|||||||
description="The lives we've transformed through rescue, rehabilitation, and rehoming"
|
description="The lives we've transformed through rescue, rehabilitation, and rehoming"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "2847", title: "Animals Rescued", description: "Since 2015, we've brought hope to thousands", icon: Paw
|
id: "1", value: "2847", title: "Animals Rescued", description: "Since 2015, we've brought hope to thousands", icon: Heart
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "2.2K", title: "Successfully Adopted", description: "Finding their forever homes", icon: Home
|
id: "2", value: "2.2K", title: "Successfully Adopted", description: "Finding their forever homes", icon: Home
|
||||||
|
|||||||
Reference in New Issue
Block a user