diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f621243..47895d2 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -9,8 +9,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; const navItems = [ { name: "Home", id: "/" }, - { name: "Blog", id: "/blog" }, - { name: "Shop", id: "/shop" }, + { name: "About Us", id: "/#about-us" }, { name: "Contact", id: "/#contact-us" }, ]; diff --git a/src/app/page.tsx b/src/app/page.tsx index 626b988..e0ac0af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { listTitle: "Recent Adoptions", listItems: [{icon:Dog,title:"Buddy (Dog)",status:"Adopted"},{icon:Cat,title:"Whiskers (Cat)",status:"Adopted"},{icon:Rabbit,title:"Thumper (Rabbit)",status:"Adopted"}], searchPlaceholder: "Search pets..." }} - tagAnimation="reveal-blur" - buttonAnimation="reveal-blur" + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" />
@@ -64,8 +64,8 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/smiley-woman-spending-time-with-cute-rescue-dogs-shelter_23-2148682966.jpg" imageAlt="Volunteers and pets at the shelter" useInvertedBackground={false} - tagAnimation="reveal-blur" - buttonAnimation="reveal-blur" + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" />
@@ -74,9 +74,9 @@ export default function LandingPage() { description="We make finding your new best friend a joyous and straightforward experience. Our process ensures a perfect match for both you and our deserving animals." tag="How It Works" steps={[{number:"01",title:"Browse & Connect",description:"Explore our online gallery of available pets and contact us to arrange a visit or learn more about a specific animal.",tag:"Online & On-site"},{number:"02",title:"Application & Interview",description:"Complete our adoption application and participate in a friendly interview to help us understand your home and lifestyle.",tag:"Getting to Know You"},{number:"03",title:"Welcome Home!",description:"Once approved, finalize the adoption and take your new companion home to start a beautiful life together.",tag:"Happy Ever After"}]} - stepsAnimation="reveal-blur" + stepsAnimation="blur-reveal" useInvertedBackground={false} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" />
@@ -94,7 +94,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" />
@@ -110,7 +110,7 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" />
@@ -121,7 +121,7 @@ export default function LandingPage() { faqs={[{id:"1",title:"What are the requirements for adoption?",content:"Adoption requirements typically include being at least 18 years old, providing identification, and completing an application and interview process. Specific requirements may vary by animal."},{id:"2",title:"Can I foster a pet before adopting?",content:"Yes, we have a foster program! Fostering is a wonderful way to help pets transition from shelter life to a loving home environment. Contact us to learn more about becoming a foster parent."},{id:"3",title:"How long does the adoption process take?",content:"The adoption process usually takes 1-3 days, depending on how quickly applications are processed and interviews are conducted. Our goal is to find the best match as efficiently as possible."},{id:"4",title:"What is included in the adoption fee?",content:"Your adoption fee covers spaying/neutering, vaccinations, microchipping, and a veterinary health check. It helps us continue our work of rescuing and caring for animals."},{id:"5",title:"Do you accept volunteers?",content:"Absolutely! Volunteers are the heart of our shelter. We welcome individuals who can assist with animal care, administrative tasks, events, and more. Fill out our volunteer form to get started."},{id:"6",title:"How can I donate to your shelter?",content:"We greatly appreciate your support! You can donate financially through our website, or contribute food, blankets, and toys directly to the shelter. Every contribution makes a difference."}]} textboxLayout="default" useInvertedBackground={false} - faqsAnimation="reveal-blur" + faqsAnimation="blur-reveal" animationType="smooth" />
@@ -135,7 +135,7 @@ export default function LandingPage() { buttonText="Join Our Community" termsText="By joining, you agree to receive updates from Pet Haven and our privacy policy." useInvertedBackground={false} - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" />