Update src/app/page.tsx

This commit is contained in:
2026-01-16 10:09:35 +00:00
parent 960cfe6cb0
commit 61db525a6a

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import BlogCardEleven from '@/components/sections/blog/BlogCardEleven'; import BlogCardEleven from '@/components/sections/blog/BlogCardEleven';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Heart, Paw, Home, Users, Smile } from 'lucide-react'; import { Heart, PawPrint, Home, Users, Smile } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -65,7 +65,7 @@ export default function LandingPage() {
title="Meet Our Adoptable Pets" title="Meet Our Adoptable Pets"
description="Each animal in our care is waiting for their forever home. Browse our current residents and find your perfect match." description="Each animal in our care is waiting for their forever home. Browse our current residents and find your perfect match."
tag="Available Now" tag="Available Now"
tagIcon={Paw} tagIcon={PawPrint}
products={[ products={[
{ {
id: "1", name: "Max", variant: "Golden Retriever 2 Years Old", price: "Adoption Fee: $150", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-woman-cuddling-her-friendly-dog_23-2147840629.jpg", imageAlt: "Max - Golden Retriever" id: "1", name: "Max", variant: "Golden Retriever 2 Years Old", price: "Adoption Fee: $150", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-woman-cuddling-her-friendly-dog_23-2147840629.jpg", imageAlt: "Max - Golden Retriever"
@@ -93,7 +93,7 @@ export default function LandingPage() {
{ icon: Users, label: "Active Volunteers", value: "120+" }, { icon: Users, label: "Active Volunteers", value: "120+" },
{ icon: Smile, label: "Happy Families", value: "95%" } { icon: Smile, label: "Happy Families", value: "95%" }
]} ]}
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -157,7 +157,7 @@ export default function LandingPage() {
showRating={true} showRating={true}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -202,7 +202,7 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/smiling-young-woman-cuddling-her-friendly-dog_23-2147840629.jpg" imageSrc="https://img.b2bpic.net/free-photo/smiling-young-woman-cuddling-her-friendly-dog_23-2147840629.jpg"
mediaPosition="right" mediaPosition="right"
buttonText="Send Message" buttonText="Send Message"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>