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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Heart, Home, Users, Handshake, Paw } from "lucide-react";
|
||||
import { Heart, Home, Users, Handshake, PawPrint } from "lucide-react";
|
||||
|
||||
export default function PawsHomePage() {
|
||||
return (
|
||||
@@ -64,7 +64,7 @@ export default function PawsHomePage() {
|
||||
{ text: "Learn More", href: "#about" },
|
||||
{ text: "Support Us", href: "#contact" }
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,7 +112,7 @@ export default function PawsHomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,7 +164,7 @@ export default function PawsHomePage() {
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
@@ -174,7 +174,7 @@ export default function PawsHomePage() {
|
||||
tag="Get Involved"
|
||||
title="Ready to Make a Difference?"
|
||||
description="Join our community of animal lovers. Subscribe to updates about available pets, adoption events, and ways you can help support our mission to save lives."
|
||||
tagIcon={Paw}
|
||||
tagIcon={PawPrint}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="By subscribing, you agree to receive updates about adoptable pets and shelter news. We respect your privacy and will never share your information."
|
||||
|
||||
Reference in New Issue
Block a user