Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
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 FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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() {
|
export default function PawsHomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -64,7 +64,7 @@ export default function PawsHomePage() {
|
|||||||
{ text: "Learn More", href: "#about" },
|
{ text: "Learn More", href: "#about" },
|
||||||
{ text: "Support Us", href: "#contact" }
|
{ text: "Support Us", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -112,7 +112,7 @@ export default function PawsHomePage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ export default function PawsHomePage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -174,7 +174,7 @@ export default function PawsHomePage() {
|
|||||||
tag="Get Involved"
|
tag="Get Involved"
|
||||||
title="Ready to Make a Difference?"
|
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."
|
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"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe"
|
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."
|
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