Update src/app/page.tsx

This commit is contained in:
2026-02-13 14:47:09 +00:00
parent 98aabf4ab4
commit 41920958b2

View File

@@ -7,7 +7,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
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, Scale, ShieldCheck, Stethoscope, Users } from 'lucide-react';
@@ -35,7 +35,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
<HeroLogoBillboard
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'}]}
@@ -44,7 +44,6 @@ export default function LandingPage() {
imageAlt='Happy dog and cat in a shelter environment'
mediaAnimation='blur-reveal'
frameStyle='card'
layoutOrder='default'
/>
</div>