Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-19 11:18:45 +00:00
4 changed files with 55 additions and 54 deletions

View File

@@ -28,11 +28,11 @@ export default function BlogPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Adopt", id: "adopt" },
{ name: "About", id: "about" },
{ name: "Impact", id: "impact" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Adopt", id: "/#adopt" },
{ name: "About", id: "/#about" },
{ name: "Impact", id: "/#impact" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Pawsome Shelter"
logoHref="/"
@@ -61,21 +61,21 @@ export default function BlogPage() {
columns={[
{
title: "About Us", items: [
{ label: "Our Mission", href: "#about" },
{ label: "Success Stories", href: "#testimonials" },
{ label: "Our Mission", href: "/#about" },
{ label: "Success Stories", href: "/#testimonials" },
],
},
{
title: "Get Involved", items: [
{ label: "Adopt a Pet", href: "#adopt" },
{ label: "Donate", href: "#contact" },
{ label: "Volunteer", href: "#contact" },
{ label: "Adopt a Pet", href: "/#adopt" },
{ label: "Donate", href: "/#contact" },
{ label: "Volunteer", href: "/#contact" },
],
},
{
title: "Resources", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "/#faq" },
{ label: "Contact Us", href: "/#contact" },
],
},
]}

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
title="Give a Loving Home to a Rescued Pet"
description="Every animal deserves a second chance. Explore our furry, feathered, and scaled friends waiting for their forever families."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/newborn-little-fluffy-puppies-lie-resting-all-together_169016-12357.jpg", imageAlt: "Happy dog playing in a field" },
{ imageSrc: "https://img.b2bpic.net/free-photo/funny-fluffy-puppies-near-cozy-basket-supervision-owner_169016-12361.jpg", imageAlt: "Playful cat looking at camera" },
@@ -142,6 +142,7 @@ export default function LandingPage() {
<SocialProofOne
title="Proudly Supported By"
description="We are grateful for the partnerships that help us continue our vital work in animal rescue and welfare."
names={["Animal Fund", "Petco", "Purina", "Blue Cross", "RSPCA", "Dogs Trust", "Cats Protection"]}
logos={[
"https://img.b2bpic.net/free-vector/chariry-badges-collection_23-2147558805.jpg", "https://img.b2bpic.net/free-vector/hand-drawn-flat-dog-badge-logo_23-2149433387.jpg", "https://img.b2bpic.net/free-vector/set-labels-with-positive-quotes_23-2147562742.jpg", "https://img.b2bpic.net/free-vector/nice-selection-pet-shop-badges_23-2147569705.jpg", "https://img.b2bpic.net/free-vector/flat-cruelty-free-badge-set_23-2148819367.jpg", "https://img.b2bpic.net/free-vector/collection-colorful-pet-shop-stickers_23-2147569707.jpg", "https://img.b2bpic.net/free-vector/vintage-cruelty-free-logo_23-2149452211.jpg"]}
textboxLayout="default"
@@ -157,7 +158,7 @@ export default function LandingPage() {
tag="Get Involved"
title="Join Our Cause: Help Us Save Lives"
description="Your support makes a world of difference. Whether you adopt, donate, or volunteer, every action helps an animal in need."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Your email for updates"
buttonText="Sign Up for Newsletter"

View File

@@ -85,11 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Adopt", id: "/adopt" },
{ name: "About", id: "/about" },
{ name: "Impact", id: "/impact" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
{ name: "Adopt", id: "/#adopt" },
{ name: "About", id: "/#about" },
{ name: "Impact", id: "/#impact" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Pawsome Shelter"
@@ -105,9 +105,9 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Success Stories", href: "#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "#adopt" }, { label: "Donate", href: "#contact" }, { label: "Volunteer", href: "#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }] }
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Success Stories", href: "/#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "/#adopt" }, { label: "Donate", href: "/#contact" }, { label: "Volunteer", href: "/#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }] }
]}
copyrightText="© 2024 Pawsome Shelter. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')}
@@ -137,11 +137,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Adopt", id: "/adopt" },
{ name: "About", id: "/about" },
{ name: "Impact", id: "/impact" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
{ name: "Adopt", id: "/#adopt" },
{ name: "About", id: "/#about" },
{ name: "Impact", id: "/#impact" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Pawsome Shelter"
@@ -165,9 +165,9 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Success Stories", href: "#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "#adopt" }, { label: "Donate", href: "#contact" }, { label: "Volunteer", href: "#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }] }
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Success Stories", href: "/#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "/#adopt" }, { label: "Donate", href: "/#contact" }, { label: "Volunteer", href: "/#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }] }
]}
copyrightText="© 2024 Pawsome Shelter. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')}
@@ -198,11 +198,11 @@ export default function ProductPage({ params }: ProductPageProps) {
logoHref="/"
navItems={[
{ name: "Home", id: "/" },
{ name: "Adopt", id: "/adopt" },
{ name: "About", id: "/about" },
{ name: "Impact", id: "/impact" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
{ name: "Adopt", id: "/#adopt" },
{ name: "About", id: "/#about" },
{ name: "Impact", id: "/#impact" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -247,9 +247,9 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Success Stories", href: "#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "#adopt" }, { label: "Donate", href: "#contact" }, { label: "Volunteer", href: "#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }] }
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Success Stories", href: "/#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "/#adopt" }, { label: "Donate", href: "/#contact" }, { label: "Volunteer", href: "/#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }] }
]}
copyrightText="© 2024 Pawsome Shelter. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')}

View File

@@ -60,11 +60,11 @@ export default function ShopPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Adopt", id: "/adopt" },
{ name: "About", id: "/about" },
{ name: "Impact", id: "/impact" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
{ name: "Adopt", id: "/#adopt" },
{ name: "About", id: "/#about" },
{ name: "Impact", id: "/#impact" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Pawsome Shelter"
@@ -80,9 +80,9 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Success Stories", href: "#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "#adopt" }, { label: "Donate", href: "#contact" }, { label: "Volunteer", href: "#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }] }
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Success Stories", href: "/#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "/#adopt" }, { label: "Donate", href: "/#contact" }, { label: "Volunteer", href: "/#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }] }
]}
copyrightText="© 2024 Pawsome Shelter. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')}
@@ -111,11 +111,11 @@ export default function ShopPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Adopt", id: "/adopt" },
{ name: "About", id: "/about" },
{ name: "Impact", id: "/impact" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
{ name: "Adopt", id: "/#adopt" },
{ name: "About", id: "/#about" },
{ name: "Impact", id: "/#impact" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Pawsome Shelter"
@@ -152,9 +152,9 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Success Stories", href: "#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "#adopt" }, { label: "Donate", href: "#contact" }, { label: "Volunteer", href: "#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }] }
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Success Stories", href: "/#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "/#adopt" }, { label: "Donate", href: "/#contact" }, { label: "Volunteer", href: "/#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }] }
]}
copyrightText="© 2024 Pawsome Shelter. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')}