diff --git a/src/app/customers/page.tsx b/src/app/customers/page.tsx index 4b53a6b..df3fa4e 100644 --- a/src/app/customers/page.tsx +++ b/src/app/customers/page.tsx @@ -60,19 +60,19 @@ export default function CustomersPage() { testimonials={[ { id: "1", name: "Sarah Martinez", role: "Dog Mom", company: "Portland, OR", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Sarah Martinez" }, { id: "2", name: "Jennifer Chen", role: "Pet Enthusiast", company: "Seattle, WA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageAlt: "Jennifer Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg?_wi=2", imageAlt: "Jennifer Chen" }, { id: "3", name: "Michael Johnson", role: "First-Time Pet Owner", company: "Denver, CO", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/european-man-smiling-cheerful-expression-closeup-portrait_53876-129391.jpg", imageAlt: "Michael Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/european-man-smiling-cheerful-expression-closeup-portrait_53876-129391.jpg?_wi=2", imageAlt: "Michael Johnson" }, { id: "4", name: "Emily Rodriguez", role: "Cat Mom", company: "Austin, TX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-outdoors_1098-1638.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-outdoors_1098-1638.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { id: "5", name: "David Thompson", role: "Senior & Dog Lover", company: "Boston, MA", rating: 5, diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b5b5e4..52cd3fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Browse Available Pets", href: "product" }, { text: "Volunteer Today", href: "contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg?_wi=1" imageAlt="Happy dogs and cats at the shelter" showDimOverlay={true} /> @@ -117,13 +117,13 @@ export default function LandingPage() { tagIcon={Package} products={[ { - id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", variant: "4 years old • Female • Friendly", imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-387.jpg", imageAlt: "Luna the golden retriever" + id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", variant: "4 years old • Female • Friendly", imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-387.jpg?_wi=1", imageAlt: "Luna the golden retriever" }, { - id: "2", name: "Whiskers - Orange Tabby", price: "Adoption Fee: $75", variant: "2 years old • Male • Playful", imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-walking_658552-2.jpg", imageAlt: "Whiskers the orange tabby cat" + id: "2", name: "Whiskers - Orange Tabby", price: "Adoption Fee: $75", variant: "2 years old • Male • Playful", imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-walking_658552-2.jpg?_wi=1", imageAlt: "Whiskers the orange tabby cat" }, { - id: "3", name: "Max - German Shepherd Mix", price: "Adoption Fee: $200", variant: "5 years old • Male • Loyal & Gentle", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-puppy_181624-21270.jpg", imageAlt: "Max the German Shepherd mix" + id: "3", name: "Max - German Shepherd Mix", price: "Adoption Fee: $200", variant: "5 years old • Male • Loyal & Gentle", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-puppy_181624-21270.jpg?_wi=1", imageAlt: "Max the German Shepherd mix" } ]} gridVariant="three-columns-all-equal-width" @@ -144,19 +144,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", role: "Dog Mom", company: "Portland, OR", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Martinez" }, { id: "2", name: "Jennifer Chen", role: "Pet Enthusiast", company: "Seattle, WA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageAlt: "Jennifer Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg?_wi=1", imageAlt: "Jennifer Chen" }, { id: "3", name: "Michael Johnson", role: "First-Time Pet Owner", company: "Denver, CO", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/european-man-smiling-cheerful-expression-closeup-portrait_53876-129391.jpg", imageAlt: "Michael Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/european-man-smiling-cheerful-expression-closeup-portrait_53876-129391.jpg?_wi=1", imageAlt: "Michael Johnson" }, { id: "4", name: "Emily Rodriguez", role: "Cat Mom", company: "Austin, TX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-outdoors_1098-1638.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-outdoors_1098-1638.jpg?_wi=1", imageAlt: "Emily Rodriguez" } ]} gridVariant="four-items-2x2-equal-grid" diff --git a/src/app/pets/page.tsx b/src/app/pets/page.tsx index 16df8a2..84c2692 100644 --- a/src/app/pets/page.tsx +++ b/src/app/pets/page.tsx @@ -45,7 +45,7 @@ export default function PetsPage() { { text: "Back to Home", href: "/" }, { text: "Contact Us", href: "contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg?_wi=2" imageAlt="Our available pets" showDimOverlay={true} /> @@ -59,13 +59,13 @@ export default function PetsPage() { tagIcon={Package} products={[ { - id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", variant: "4 years old • Female • Friendly & Gentle", imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-387.jpg", imageAlt: "Luna the golden retriever" + id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", variant: "4 years old • Female • Friendly & Gentle", imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-387.jpg?_wi=2", imageAlt: "Luna the golden retriever" }, { - id: "2", name: "Whiskers - Orange Tabby", price: "Adoption Fee: $75", variant: "2 years old • Male • Playful & Affectionate", imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-walking_658552-2.jpg", imageAlt: "Whiskers the orange tabby cat" + id: "2", name: "Whiskers - Orange Tabby", price: "Adoption Fee: $75", variant: "2 years old • Male • Playful & Affectionate", imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-walking_658552-2.jpg?_wi=2", imageAlt: "Whiskers the orange tabby cat" }, { - id: "3", name: "Max - German Shepherd Mix", price: "Adoption Fee: $200", variant: "5 years old • Male • Loyal & Protective", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-puppy_181624-21270.jpg", imageAlt: "Max the German Shepherd mix" + id: "3", name: "Max - German Shepherd Mix", price: "Adoption Fee: $200", variant: "5 years old • Male • Loyal & Protective", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-puppy_181624-21270.jpg?_wi=2", imageAlt: "Max the German Shepherd mix" }, { id: "4", name: "Bella - Labrador Retriever", price: "Adoption Fee: $175", variant: "3 years old • Female • Energetic & Smart", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-adorable-puppy_1157-21448.jpg", imageAlt: "Bella the Labrador Retriever" diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5ea9b43..75147bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fafffb;; - --card: #f7fffa;; - --foreground: #001a0a;; - --primary-cta: #0a7039;; + /* --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #1b0c25;; + --primary-cta: #1b0c25;; --secondary-cta: #ffffff;; - --accent: #a8d9be;; - --background-accent: #6bbf8e;; */ + --accent: #ff93e4;; + --background-accent: #e8a8c3;; */ - --background: #fafffb;; - --card: #f7fffa;; - --foreground: #001a0a;; - --primary-cta: #0a7039;; + --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #1b0c25;; + --primary-cta: #1b0c25;; --primary-cta-text: #f7f6f7;; --secondary-cta: #ffffff;; --secondary-cta-text: #1b0c25;; - --accent: #a8d9be;; - --background-accent: #6bbf8e;; + --accent: #ff93e4;; + --background-accent: #e8a8c3;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);