Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d80241817 | |||
| 71420f540f | |||
| 172777ffbd | |||
| da9044138f |
@@ -126,9 +126,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="adoption-stories" data-section="adoption-stories">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="When we first met Max at the shelter, he was shy and uncertain. Today, he's the most confident, loving member of our family. Adopting from Pawsitive Haven was one of the best decisions we've ever made. The staff's dedication to matching families with the right pet is truly special."
|
||||
testimonial="The transformation we witnessed in Buddy was incredible. From a timid rescue dog to a confident, loving companion—it's been an amazing journey. Pawsitive Haven's team truly cares about every animal and goes above and beyond to ensure the perfect match. We can't imagine life without him now."
|
||||
rating={5}
|
||||
author="Sarah Chen, Max's Family"
|
||||
author="Robert & Linda Martinez, Buddy's Family"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-family-nature-countryside_1153-9257.jpg", alt: "Sarah with her adopted dog Max"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fffffae6;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #fffffae6;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user