Add src/app/about/page.tsx
This commit is contained in:
245
src/app/about/page.tsx
Normal file
245
src/app/about/page.tsx
Normal file
@@ -0,0 +1,245 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Heart, Users } from "lucide-react";
|
||||
import { Linkedin, Twitter, Globe } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Adopt", id: "product" },
|
||||
{ name: "Testimonials", id: "testimonial" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="PawShelter"
|
||||
bottomLeftText="Saving Lives, One Paw at a Time"
|
||||
bottomRightText="info@pawshelter.org"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="About PawShelter"
|
||||
description="Dedicated to rescuing, caring for, and finding forever homes for abandoned and neglected pets since 2010."
|
||||
buttons={[
|
||||
{ text: "Our Mission", href: "#about" },
|
||||
{ text: "Join Us", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-volunteers-playing-with-cute-dogs_1157-21449.jpg"
|
||||
imageAlt="Our dedicated team caring for rescued pets"
|
||||
showDimOverlay={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Founded in 2010, PawShelter began as a small initiative by a group of animal lovers who couldn't stand to see pets suffering on the streets. What started with just a handful of rescued animals has grown into a comprehensive rescue and rehabilitation center serving our entire region.", "Today, we're proud to have helped over 10,000 animals find their forever homes. Our state-of-the-art facility provides veterinary care, behavioral training, and rehabilitation services. Every member of our team is passionate about animal welfare and committed to making a difference in the lives of vulnerable pets."
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Become a Volunteer", href: "/" }
|
||||
]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="values" data-section="values">
|
||||
<FeatureCardTen
|
||||
title="Our Core Values"
|
||||
description="The principles that guide everything we do at PawShelter"
|
||||
tag="What Drives Us"
|
||||
tagIcon={Heart}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Compassion", description: "Every animal deserves kindness, respect, and dignified care. We treat each pet as a valued individual with unique needs and personality.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-volunteering-shelter_1157-21450.jpg" },
|
||||
items: [
|
||||
{ icon: Heart, text: "Empathetic animal care" },
|
||||
{ icon: Heart, text: "Individual attention" },
|
||||
{ icon: Heart, text: "Pain-free treatment" }
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Excellence", description: "We maintain the highest standards in veterinary care, training, and facility management. Quality is never compromised.", media: { imageSrc: "http://img.b2bpic.net/free-photo/veterinary-professionals_1157-21451.jpg" },
|
||||
items: [
|
||||
{ icon: Heart, text: "Professional expertise" },
|
||||
{ icon: Heart, text: "Advanced facilities" },
|
||||
{ icon: Heart, text: "Continuous improvement" }
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Integrity", description: "Transparency, honesty, and accountability guide our operations. We're trusted by our community and donors to do what's right.", media: { imageSrc: "http://img.b2bpic.net/free-photo/team-meeting-shelter_1157-21452.jpg" },
|
||||
items: [
|
||||
{ icon: Heart, text: "Transparent operations" },
|
||||
{ icon: Heart, text: "Ethical practices" },
|
||||
{ icon: Heart, text: "Community trust" }
|
||||
],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Meet Our Leadership Team"
|
||||
description="The dedicated professionals leading PawShelter's mission to save and support animals"
|
||||
tag="Our Team"
|
||||
tagIcon={Users}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Dr. Sarah Mitchell", role: "Executive Director & Founder", description: "Former veterinary surgeon with 20+ years of experience in animal rescue and rehabilitation. Founded PawShelter with a vision to create a comprehensive rescue center.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-portrait_1157-21453.jpg", imageAlt: "Dr. Sarah Mitchell", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/sarahmitchell" },
|
||||
{ icon: Twitter, url: "https://twitter.com/sarahmitchell" },
|
||||
{ icon: Globe, url: "https://example.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Director of Animal Care", description: "Certified animal behaviorist specializing in trauma recovery and rehabilitation. Michael has trained over 100 rescue animals and coordinates our behavioral programs.", imageSrc: "http://img.b2bpic.net/free-photo/professional-man-portrait_1157-21454.jpg", imageAlt: "Michael Chen", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/michaelchen" },
|
||||
{ icon: Twitter, url: "https://twitter.com/michaelchen" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Rodriguez", role: "Director of Community Outreach", description: "Passionate advocate for animal adoption and education. Jessica manages our adoption programs and community partnerships to increase pet placements.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-smiling_1157-21455.jpg", imageAlt: "Jessica Rodriguez", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/jessicarodriguez" },
|
||||
{ icon: Globe, url: "https://example.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson", role: "Chief Operations Officer", description: "Operations expert with 15 years in non-profit management. David ensures our facility runs smoothly and efficiently to maximize our rescue capacity.", imageSrc: "http://img.b2bpic.net/free-photo/professional-man-smiling_1157-21456.jpg", imageAlt: "David Thompson", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/davidthompson" },
|
||||
{ icon: Twitter, url: "https://twitter.com/davidthompson" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="impact" data-section="impact">
|
||||
<FeatureCardTen
|
||||
title="Our Impact"
|
||||
description="By the numbers: How PawShelter makes a difference every day"
|
||||
tag="Success Metrics"
|
||||
tagIcon={Heart}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Over 10,000 Animals Rescued", description: "Since our founding in 2010, we've rescued and rehomed more than 10,000 animals, giving them second chances at happiness.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-rescued-pets_1157-21457.jpg" },
|
||||
items: [
|
||||
{ icon: Heart, text: "Dogs, cats, and small animals" },
|
||||
{ icon: Heart, text: "All ages and backgrounds" },
|
||||
{ icon: Heart, text: "100% placement success rate" }
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "98% Adoption Success Rate", description: "Our careful matching process and post-adoption support ensure lasting, happy relationships between pets and their families.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-families-with-pets_1157-21458.jpg" },
|
||||
items: [
|
||||
{ icon: Heart, text: "Lifetime support" },
|
||||
{ icon: Heart, text: "Return policy if needed" },
|
||||
{ icon: Heart, text: "Follow-up care programs" }
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "$2M+ Invested in Animal Care Annually", description: "Our comprehensive programs including veterinary care, training, and rehabilitation ensure every animal receives the best possible treatment.", media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-shelter-facilities_1157-21459.jpg" },
|
||||
items: [
|
||||
{ icon: Heart, text: "Advanced medical equipment" },
|
||||
{ icon: Heart, text: "Professional staff" },
|
||||
{ icon: Heart, text: "State-of-the-art facilities" }
|
||||
],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get in Touch"
|
||||
title="Have Questions?"
|
||||
description="Learn more about PawShelter, volunteer opportunities, or how you can support our mission."
|
||||
tagIcon={Heart}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe at any time. By subscribing, you agree to receive updates about our work and mission."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="PawShelter"
|
||||
columns={[
|
||||
{
|
||||
title: "Adopt", items: [
|
||||
{ label: "Available Pets", href: "/" },
|
||||
{ label: "Adoption Process", href: "/" },
|
||||
{ label: "Success Stories", href: "/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Volunteer", href: "/" },
|
||||
{ label: "Donate", href: "/" },
|
||||
{ label: "Become a Sponsor", href: "/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About", items: [
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Meet the Team", href: "/about" },
|
||||
{ label: "Contact Us", href: "/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Pet Care Tips", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "FAQ", href: "/" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 PawShelter. All rights reserved. Saving lives, one paw at a time."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user