Update src/app/page.tsx
This commit is contained in:
211
src/app/page.tsx
211
src/app/page.tsx
@@ -25,116 +25,119 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Adopt", id: "/adopt" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
]}
|
||||
brandName="Paws & Hope Rescue"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Adopt", id: "/adopt" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
]}
|
||||
brandName="Paws & Hope Rescue"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Giving Second Chances"
|
||||
description="We are dedicated to saving lives and finding forever homes for animals in need. Every animal deserves a loving family."
|
||||
testimonials={[
|
||||
{ name: "Jane D.", handle: "@jane_adopter", testimonial: "I found my best friend here! The process was so easy and supportive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-enters-coffee-shop-with-his-golden-retriever-handsome-guy-petting-dog-petfriendly-cafe_1258-314215.jpg" },
|
||||
{ name: "Mark S.", handle: "@mark_rescue", testimonial: "Incredible organization doing wonderful work for our local community pets.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/selective-kitten-stand-with-hanging-fluffy-ball_181624-57269.jpg" },
|
||||
{ name: "Sarah L.", handle: "@sarah_pets", testimonial: "The staff really cared about finding the perfect fit for my lifestyle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-with-mouth-open_23-2147902129.jpg" },
|
||||
{ name: "Tom R.", handle: "@tom_cats", testimonial: "Simply wonderful. They took such great care of our new kitten.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-labrador-park_23-2148045788.jpg" },
|
||||
{ name: "Elena V.", handle: "@elena_adopts", testimonial: "Professional, kind, and truly focused on the welfare of animals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-dog-daylight_23-2148728243.jpg" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-playing-with-dog-shelter_23-2148682979.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/direct-look-into-face-duck-tolling-retriever-dog_493961-1048.jpg", alt: "volunteer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-travelers-with-cute-dog_23-2149027304.jpg", alt: "volunteer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cute-red-river-duck-dog-wearing-plaid-bandana_493961-1043.jpg", alt: "volunteer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vertical-closeup-brown-dog-park_181624-60901.jpg", alt: "volunteer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cute-white-red-dog-sitting-car_181624-56102.jpg", alt: "volunteer 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Saving Lives" },
|
||||
{ type: "text", text: "Forever Homes" },
|
||||
{ type: "text", text: "Community Support" },
|
||||
{ type: "text", text: "Animal Welfare" },
|
||||
{ type: "text", text: "Compassionate Care" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Giving Second Chances"
|
||||
description="We are dedicated to saving lives and finding forever homes for animals in need. Every animal deserves a loving family."
|
||||
testimonials={[
|
||||
{ name: "Jane D.", handle: "@jane_adopter", testimonial: "I found my best friend here! The process was so easy and supportive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-enters-coffee-shop-with-his-golden-retriever-handsome-guy-petting-dog-petfriendly-cafe_1258-314215.jpg" },
|
||||
{ name: "Mark S.", handle: "@mark_rescue", testimonial: "Incredible organization doing wonderful work for our local community pets.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/selective-kitten-stand-with-hanging-fluffy-ball_181624-57269.jpg" },
|
||||
{ name: "Sarah L.", handle: "@sarah_pets", testimonial: "The staff really cared about finding the perfect fit for my lifestyle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-with-mouth-open_23-2147902129.jpg" },
|
||||
{ name: "Tom R.", handle: "@tom_cats", testimonial: "Simply wonderful. They took such great care of our new kitten.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-labrador-park_23-2148045788.jpg" },
|
||||
{ name: "Elena V.", handle: "@elena_adopts", testimonial: "Professional, kind, and truly focused on the welfare of animals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-dog-daylight_23-2148728243.jpg" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-playing-with-dog-shelter_23-2148682979.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/direct-look-into-face-duck-tolling-retriever-dog_493961-1048.jpg", alt: "volunteer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-travelers-with-cute-dog_23-2149027304.jpg", alt: "volunteer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cute-red-river-duck-dog-wearing-plaid-bandana_493961-1043.jpg", alt: "volunteer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vertical-closeup-brown-dog-park_181624-60901.jpg", alt: "volunteer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cute-white-red-dog-sitting-car_181624-56102.jpg", alt: "volunteer 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Saving Lives" },
|
||||
{ type: "text", text: "Forever Homes" },
|
||||
{ type: "text", text: "Community Support" },
|
||||
{ type: "text", text: "Animal Welfare" },
|
||||
{ type: "text", text: "Compassionate Care" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "How do I apply?", content: "Fill out our online form and we will review it within 48 hours." },
|
||||
{ id: "f2", title: "Is the adoption fee refundable?", content: "Fees are non-refundable as they cover essential medical care." },
|
||||
{ id: "f3", title: "Can I return the pet?", content: "We have a lifelong return policy, we always take them back." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Information about our process."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "How do I apply?", content: "Fill out our online form and we will review it within 48 hours." },
|
||||
{ id: "f2", title: "Is the adoption fee refundable?", content: "Fees are non-refundable as they cover essential medical care." },
|
||||
{ id: "f3", title: "Can I return the pet?", content: "We have a lifelong return policy, we always take them back." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Information about our process."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Our Impact"
|
||||
tag="Annual Report"
|
||||
metrics={[
|
||||
{ id: "m1", value: "1200", description: "Successful Adoptions" },
|
||||
{ id: "m2", value: "500", description: "Emergency Vets" },
|
||||
{ id: "m3", value: "300", description: "Tons of Food" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Our Impact"
|
||||
tag="Annual Report"
|
||||
metrics={[
|
||||
{ id: "m1", value: "1200", description: "Successful Adoptions" },
|
||||
{ id: "m2", value: "500", description: "Emergency Vets" },
|
||||
{ id: "m3", value: "300", description: "Tons of Food" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection title="Legal Information" sections={[]} />
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Legal Information"
|
||||
sections={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Contact Us"
|
||||
description="Have questions? Reach out to our rescue coordinators."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-his-pit-bull-terrier-dog_53876-63329.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
tag="Contact"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Contact Us"
|
||||
description="Have questions? Reach out to our rescue coordinators."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-his-pit-bull-terrier-dog_53876-63329.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
tag="Contact"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-dogs-waiting-be-fostered-by-someone_23-2148682987.jpg"
|
||||
logoText="Paws & Hope"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Adopt", href: "/adopt" },
|
||||
{ label: "Donate", href: "/donate" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-dogs-waiting-be-fostered-by-someone_23-2148682987.jpg"
|
||||
logoText="Paws & Hope"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Adopt", href: "/adopt" },
|
||||
{ label: "Donate", href: "/donate" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user