Merge version_2 into main #2
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -48,25 +48,28 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="Paws & Hearts"
|
||||
description="Giving every paw a loving home. Join us in our mission to rescue, rehabilitate, and rehome animals in need."
|
||||
<HeroSplitDualMedia
|
||||
title="Paws & Hearts Shelter: Giving Every Paw a Loving Home"
|
||||
description="Join us in our mission to rescue, rehabilitate, and rehome animals in need."
|
||||
tag="Our Mission"
|
||||
buttons={[
|
||||
{
|
||||
text: "Adopt a Pet", href: "/adopt"},
|
||||
{
|
||||
text: "How You Can Help", href: "#help"},
|
||||
]}
|
||||
slides={[
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g026dc9b8b50a1b1a6ca36d20a8b73db871fd6e7be015a1b38a99466dbf9967e3f5b9a24c0c5815fd8d1bb13fc69fa4fdb54dabb1fa105315a4c9277af9b11e623_1280.jpg", imageAlt: "Happy dog and cat playing together"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/ga10e376f5bc5a9744e1aa5ecc78a83a3bd3908fd2eb507500dc79fc4033ec79ca6338155216b11262bac57894c193dc3e3cb7790ccb954d75bd054aa2fc8bda0_1280.jpg", imageAlt: "Dog owner hugging pet outdoors"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/ge2a7edf1a5610eb6e4a530f755fd375a636057150136b027f5af5cd97d67ef915d76ccecd90f0e06ce05afed9df440e7b9bec2389172ec8be8d89b31de969c34_1280.jpg", imageAlt: "Person petting a grateful cat"},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by thousands of pet lovers"
|
||||
background={{
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -258,4 +261,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user