Update src/app/page.tsx

This commit is contained in:
2026-05-06 22:49:22 +00:00
parent daa5e0597b
commit 9d6a4d9a38

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Discover our new generation of British Shorthair companions, raised with meticulous attention to health, personality, and the iconic plush standards our kennel is known for."
testimonials={[]}
buttons={[{ text: "Available Kittens", href: "#kittens" }, { text: "Begin Adoption", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-cute-little-black-white-kitten-basket-with-green-textile_181624-53490.jpg"
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-cute-little-black-white-kitten-basket-with-green-textile_181624-53490.jpg?_wi=1"
/>
</div>
@@ -73,7 +73,7 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Alfie", price: "Reserved", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-man-petting-cat_23-2150139653.jpg" },
{ id: "p1", name: "Alfie", price: "Reserved", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-man-petting-cat_23-2150139653.jpg?_wi=1" },
{ id: "p2", name: "Bella", price: "Available", variant: "Calm", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-cat_23-2149214422.jpg" },
{ id: "p3", name: "Charlie", price: "Available", variant: "Plush", imageSrc: "http://img.b2bpic.net/free-photo/young-domestic-white-cat-chilling-comfy-position-yellow-background_1268-19882.jpg" },
{ id: "p4", name: "Daisy", price: "Available", variant: "Active", imageSrc: "http://img.b2bpic.net/free-photo/gray-cat-relaxing_176474-6812.jpg" }
@@ -108,8 +108,8 @@ export default function LandingPage() {
{ id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/family-sitting-sofa-with-dog-christmas_23-2147583236.jpg" },
{ id: "t3", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143844.jpg" },
{ id: "t4", name: "David R.", imageSrc: "http://img.b2bpic.net/free-photo/pets-morning-comfort-rest-people-concept_158595-7406.jpg" },
{ id: "t5", name: "Alice W.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-man-petting-cat_23-2150139653.jpg" },
{ id: "t6", name: "Thomas P.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-little-black-white-kitten-basket-with-green-textile_181624-53490.jpg" }
{ id: "t5", name: "Alice W.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-man-petting-cat_23-2150139653.jpg?_wi=2" },
{ id: "t6", name: "Thomas P.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-little-black-white-kitten-basket-with-green-textile_181624-53490.jpg?_wi=2" }
]}
/>
</div>