1 Commits

Author SHA1 Message Date
71304e1a67 Bob AI: fix build errors (attempt 1) 2026-04-28 17:12:53 +03:00

View File

@@ -237,7 +237,25 @@ export default function HomePage() {
<div id="team" data-section="team">
<TeamPets />
<TeamPets
tag="Our Mascots"
title="Meet the Bakery Pets"
description="The furry friends who keep our spirits high and our floors crumb-free."
pets={[
{
name: "Barnaby",
owner: "Elena Rossi",
role: "Chief Crumb Inspector",
imageSrc: "https://images.unsplash.com/photo-1583511655857-d19b40a7a54e?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxfHxkb2d8ZW58MXwwfHx8MTc3NzM4NDkyNHww&ixlib=rb-4.1.0&q=80&w=1080"
},
{
name: "Whiskers",
owner: "Michael D.",
role: "Nap Coordinator",
imageSrc: "https://images.unsplash.com/photo-1514888286974-6c03e2ca1dba?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxfHxjYXR8ZW58MXwwfHx8MTc3NzM4NDkyNHww&ixlib=rb-4.1.0&q=80&w=1080"
}
]}
/>
</div>
</>
);