Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:19:08 +00:00
parent 2cfdf48f0f
commit 11a843481b

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
import SplitAbout from "@/components/sections/about/SplitAbout";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import SplitAbout from '@/components/sections/about/SplitAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Heart, Users, Globe, Home, Mail, Sparkles } from "lucide-react";
export default function LandingPage() {
@@ -54,7 +54,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaAnimation="slide-up"
galleryItems={[
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/dog-sitting-near-girl_8353-5282.jpg", imageAlt: "Happy puppies waiting for adoption"
},
@@ -65,7 +65,6 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-cat_23-2149078325.jpg?_wi=1", imageAlt: "Couple with adopted cat"
}
]}
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
/>
</div>
@@ -203,13 +202,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1", value: "Volunteer", title: "Become a Volunteer", description: "Help care for animals and support adoption events", videoSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=1"
id: "1", value: "Volunteer", title: "Become a Volunteer", description: "Help care for animals and support adoption events", imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=1"
},
{
id: "2", value: "Donate", title: "Financial Support", description: "Every dollar funds medical care and shelter operations", videoSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=2"
id: "2", value: "Donate", title: "Financial Support", description: "Every dollar funds medical care and shelter operations", imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=2"
},
{
id: "3", value: "Sponsor", title: "Sponsor a Pet", description: "Help fund care for a specific animal on their journey to adoption", videoSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=3"
id: "3", value: "Sponsor", title: "Sponsor a Pet", description: "Help fund care for a specific animal on their journey to adoption", imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=3"
}
]}
animationType="slide-up"