6 Commits

Author SHA1 Message Date
0f27c3e0e7 Merge version_4 into main
Merge version_4 into main
2026-03-03 15:19:13 +00:00
11a843481b Update src/app/page.tsx 2026-03-03 15:19:08 +00:00
1cef7f8902 Merge version_4 into main
Merge version_4 into main
2026-03-03 15:17:37 +00:00
2cfdf48f0f Update src/app/page.tsx 2026-03-03 15:17:32 +00:00
d1be106fba Merge version_3 into main
Merge version_3 into main
2026-03-03 14:26:14 +00:00
d31b7da5b9 Merge version_3 into main
Merge version_3 into main
2026-03-03 14:23:31 +00:00

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
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() {
@@ -42,7 +42,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
<HeroBillboardGallery
title="Give Pets a Second Chance"
description="Welcome to Paws Haven, where every animal deserves love and a forever home. Browse our adoptable pets, learn about our mission, and join our community of animal lovers."
tag="Save a Life Today"
@@ -53,32 +53,19 @@ export default function LandingPage() {
{ text: "Learn More", href: "/about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/dog-sitting-near-girl_8353-5282.jpg"
imageAlt="Happy puppies and kittens waiting for adoption"
mediaAnimation="slide-up"
imagePosition="right"
background={{ variant: "sparkles-gradient" }}
testimonials={[
mediaItems={[
{
name: "Sarah Johnson", handle: "Adopted Max", testimonial: "Max transformed our lives from day one. The shelter staff made the adoption process so smooth and caring.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-family-dog_329181-20491.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/dog-sitting-near-girl_8353-5282.jpg", imageAlt: "Happy puppies waiting for adoption"
},
{
name: "James & Lisa Chen", handle: "Adopted Whiskers", testimonial: "We can't imagine life without Whiskers. Thank you for helping us find our perfect companion!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-cat_23-2149078325.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-family-dog_329181-20491.jpg?_wi=1", imageAlt: "Family with adopted dog"
},
{
name: "Emma Rodriguez", handle: "Adopted Bella", testimonial: "The shelter's support didn't end at adoption. They've been there for every question and milestone.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-holds-puppy-her-arms_8353-153.jpg?_wi=1"
},
{
name: "Robert Thompson", handle: "Adopted Buddy", testimonial: "Finding Buddy at Paws Haven was destiny. Best decision we ever made as a family.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/retired-woman-sitting-with-her-dog_1169-26.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-cat_23-2149078325.jpg?_wi=1", imageAlt: "Couple with adopted cat"
}
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
showMarqueeCard={false}
background={{ variant: "sparkles-gradient" }}
/>
</div>
@@ -150,19 +137,19 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "1", title: "Browse & Connect", description: "Explore our available pets online or visit us in person to meet them face-to-face.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=1"
id: "1", title: "Discover Your Match", description: "Browse our available pets online or visit us in person to meet them face-to-face and find your perfect companion.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=1"
},
{
id: "2", title: "Meet & Greet", description: "Spend time with your potential new family member to ensure a perfect match.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=2"
id: "2", title: "Get to Know Them", description: "Spend quality time with your potential new family member to ensure a perfect match and build an initial connection.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=2"
},
{
id: "3", title: "Complete Application", description: "Fill out our adoption application so we can learn about your home and lifestyle.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=3"
id: "3", title: "Complete Your Application", description: "Fill out our adoption application so we can learn about your home, lifestyle, and what you're looking for in a pet.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=3"
},
{
id: "4", title: "Home Visit & Approval", description: "Our team may schedule a home visit to ensure the best environment for your new pet.", tag: "Step 4", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=4"
id: "4", title: "Home Preparation", description: "Our team may schedule a home visit to ensure the best environment for your new pet and provide setup recommendations.", tag: "Step 4", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=4"
},
{
id: "5", title: "Welcome Home", description: "Complete the paperwork and bring your new family member home to start your adventure.", tag: "Step 5", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=5"
id: "5", title: "Welcome Home", description: "Complete the paperwork and bring your new family member home to start your adventure together with our ongoing support.", tag: "Step 5", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=5"
}
]}
animationType="slide-up"
@@ -215,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"