Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #10.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
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";
|
||||
@@ -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,20 @@ 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={[
|
||||
galleryItems={[
|
||||
{
|
||||
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 +138,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"
|
||||
|
||||
Reference in New Issue
Block a user