Merge version_2 into main #2
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { CheckCircle, Heart, Phone, Shield, Users } from 'lucide-react';
|
||||
import { CheckCircle, Heart, Phone, Shield, Users, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -43,17 +43,29 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Pawsitive Haven"
|
||||
<HeroSplitDualMedia
|
||||
title="Pawsitive Haven"
|
||||
description="Give a loving pet a forever home. Every animal deserves care, comfort, and companionship. Browse our adoptable pets and discover your perfect match today."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Rescue & Rehome"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Adopt a Pet", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg?_wi=1"
|
||||
imageAlt="Puppies and kittens playing together at our shelter"
|
||||
showDimOverlay={true}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg?_wi=1", imageAlt: "Golden dog lying on green grass"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg", imageAlt: "Veterinary doctor caring for pet"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 5000+ families"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,8 +118,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Medical Care", description: "Vaccinations, spaying/neutering, and health assessments for all animals.", phoneOne: {
|
||||
id: "1", title: "Medical Care", description: "Vaccinations, spaying/neutering, and health assessments for all animals.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg?_wi=2", imageAlt: "Veterinary care"
|
||||
},
|
||||
phoneTwo: {
|
||||
@@ -115,8 +126,7 @@ export default function LandingPage() {
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Training Programs", description: "Behavioral training and socialization to prepare pets for adoption.", phoneOne: {
|
||||
id: "2", title: "Training Programs", description: "Behavioral training and socialization to prepare pets for adoption.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg?_wi=2", imageAlt: "Training session"
|
||||
},
|
||||
phoneTwo: {
|
||||
@@ -124,8 +134,7 @@ export default function LandingPage() {
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Adoption Support", description: "Post-adoption guidance and resources to ensure lasting relationships.", phoneOne: {
|
||||
id: "3", title: "Adoption Support", description: "Post-adoption guidance and resources to ensure lasting relationships.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-cute-dog-photo-taken-home_141793-130768.jpg?_wi=2", imageAlt: "Happy adoption"
|
||||
},
|
||||
phoneTwo: {
|
||||
|
||||
Reference in New Issue
Block a user