From 3090ace6ae4aee34b2752c3edf744c7cf35d6ba8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 14:39:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 286ac80..94b043a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Building2, HandHeart, Heart, Home, Scales, ShieldCheck, Stethoscope, Users } from 'lucide-react'; +import { Building2, HandHeart, Heart, Home, Scale, ShieldCheck, Stethoscope, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -39,10 +39,10 @@ export default function LandingPage() { logoText='Paw Haven' description="Connecting loving homes with pets in need. Every animal deserves a second chance at happiness." buttons={[{text: 'Adopt a Pet', href: 'adopt'}, {text: 'Volunteer', href: 'features'}]} - background={{variant: 'floatingGradient'}} + background={{variant: 'sparkles-gradient'}} imageSrc='https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg' imageAlt='Happy dog and cat in a shelter environment' - mediaAnimation='reveal-blur' + mediaAnimation='blur-reveal' frameStyle='card' /> @@ -83,7 +83,7 @@ export default function LandingPage() {