8 Commits

Author SHA1 Message Date
153f085fb7 Update src/app/page.tsx 2026-02-17 14:39:59 +00:00
c0048f439f Merge version_3 into main
Merge version_3 into main
2026-02-17 14:37:36 +00:00
c18b0db701 Update src/app/styles/variables.css 2026-02-17 14:37:32 +00:00
d4c5432496 Update src/app/shop/page.tsx 2026-02-17 14:37:31 +00:00
9f68418f9b Update src/app/shop/[id]/page.tsx 2026-02-17 14:37:30 +00:00
267a87b9cd Update src/app/page.tsx 2026-02-17 14:37:30 +00:00
37e6b4ba6b Update src/app/blog/page.tsx 2026-02-17 14:37:28 +00:00
3288f0363f Merge version_2 into main
Merge version_2 into main
2026-02-17 14:34:45 +00:00
5 changed files with 14 additions and 18 deletions

View File

@@ -78,4 +78,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
@@ -119,10 +119,9 @@ export default function SitePage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Find answers to common questions about adoption, volunteering, and supporting Paw Haven."
tag="Help Center"
<FaqSplitText
sideTitle="Frequently Asked Questions"
sideDescription="Find answers to common questions about adoption, volunteering, and supporting Paw Haven."
faqs={[
{id: '1', title: 'What is the adoption process?', content: 'Our adoption process typically involves an application, a meet-and-greet with the pet, and a home visit to ensure a good match. Our team will guide you through every step.'},
{id: '2', title: 'How can I volunteer?', content: 'We welcome volunteers! You can fill out a volunteer application on our website, and we\'ll connect you with opportunities like dog walking, cat socialization, or event support.'},
@@ -130,13 +129,10 @@ export default function SitePage() {
{id: '4', title: 'Can I foster an animal?', content: 'Yes, fostering is a wonderful way to help! We provide all necessary supplies and medical care for foster animals. Contact us to learn more about becoming a foster parent.'},
{id: '5', title: 'Do you offer pet surrender services?', content: 'We understand that circumstances can change. Please contact us directly to discuss our surrender policy and available resources.'}
]}
imageSrc="https://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34698.jpg"
imageAlt="Curious puppy looking up"
mediaPosition="left"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
textboxLayout="default"
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
/>
</div>
@@ -163,4 +159,4 @@ export default function SitePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -262,4 +262,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -166,4 +166,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -4,16 +4,16 @@
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #fffffae6;;
--primary-cta: #fde047;;
--foreground: #ffffffe6;;
--primary-cta: #e6e6e6;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;; */
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #fffffae6;;
--primary-cta: #fde047;;
--foreground: #ffffffe6;;
--primary-cta: #e6e6e6;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;;