Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-16 10:09:41 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
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() {
return (
@@ -65,7 +65,7 @@ export default function LandingPage() {
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."
tag="Available Now"
tagIcon={Paw}
tagIcon={PawPrint}
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"
@@ -93,7 +93,7 @@ export default function LandingPage() {
{ icon: Users, label: "Active Volunteers", value: "120+" },
{ icon: Smile, label: "Happy Families", value: "95%" }
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -157,7 +157,7 @@ export default function LandingPage() {
showRating={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</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"
mediaPosition="right"
buttonText="Send Message"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>