diff --git a/src/components/FeaturedCarousel.tsx b/src/components/FeaturedCarousel.tsx index 876bd76..d96e453 100644 --- a/src/components/FeaturedCarousel.tsx +++ b/src/components/FeaturedCarousel.tsx @@ -10,6 +10,8 @@ import { ArrowRightIcon } from "lucide-react"; import { Card, CardContent } from "@components/ui/card"; import { Button } from "./ui/button"; +const PLACEHOLDER_IMAGES = ["/thumbnails/placeholder-1.png", "/thumbnails/placeholder-2.png"]; + const FeaturedCarousel = ({ entries }: any) => { return ( { 0 ? entry.data.Images[0] : PLACEHOLDER_IMAGES[0]} width={400} height={500} alt={entry.data.Name}