Update src/app/adopt/page.tsx
This commit is contained in:
@@ -27,8 +27,15 @@ export default function AdoptPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="fluid"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay brandName="Paws & Hearts" navItems={navItems} button={{ text: "Adopt Now", href: "/adopt" }} />
|
||||
@@ -77,6 +84,7 @@ export default function AdoptPage() {
|
||||
{ id: 't4', name: 'The Rodriguez Family', date: 'Date: 15 Feb 2025', title: 'A perfect addition to our family', quote: 'Shadow is so patient with our children. The shelter\'s assessment was spot on.', tag: 'Cat Adoption', avatarSrc: 'https://img.b2bpic.net/free-photo/young-woman-hugging-her-boyfriend_1098-2330.jpg', imageSrc: 'https://img.b2bpic.net/free-photo/happy-couple-with-dog_1157-14772.jpg' }
|
||||
]}
|
||||
title="Recent Success Stories"
|
||||
description="Hear from families who found their perfect match at our shelter."
|
||||
tag="Joyful Homes"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user