Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
tagIcon={Info}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
imagePosition="left"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/smiley-woman-spending-time-with-cute-rescue-dogs-shelter_23-2148682966.jpg"
|
||||
imageAlt="Our dedicated shelter team caring for animals"
|
||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
<MetricCardFourteen
|
||||
title="Our Impact: Thousands of Lives Changed Through Rescue and Rehabilitation"
|
||||
tag="Impact"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "5,200+", description: "Animals rescued and rehomed since 2010"
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
testimonial="Adopting from Paws & Whiskers was the best decision we ever made. The staff was incredibly helpful, and our new family member Max has brought so much joy to our home. We can't thank them enough for their dedication and care."
|
||||
rating={5}
|
||||
author="The Johnson Family"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/young-stylish-couple-walking-with-dog-street-man-woman-happy-together-with-husky-breed_285396-1635.jpg", alt: "The Johnson Family"
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
title="Join Our Mission to Save Lives"
|
||||
description="Whether you want to adopt, volunteer, or donate, every action helps. Sign up to stay updated on available animals and special events."
|
||||
tagIcon={Heart}
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Sign Up"
|
||||
termsText="We respect your privacy and will only send updates about available animals and shelter events. Unsubscribe anytime."
|
||||
|
||||
Reference in New Issue
Block a user