diff --git a/src/app/page.tsx b/src/app/page.tsx index 865e8c8..44d54f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function Page() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[{ title: "Dish 1", description: "Yummy", imageSrc: "https://images.unsplash.com/photo-1504674900247-0877df9cc836?q=80&w=500" }, { title: "Dish 2", description: "Great", imageSrc: "https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=500" }]} + features={[{ title: "Dish 1", description: "Yummy", imageSrc: "https://images.unsplash.com/photo-1504674900247-0877df9cc836?q=80&w=500" }, { title: "Dish 2", description: "Great", imageSrc: "https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=500" }, { title: "Dish 3", description: "Nice", imageSrc: "https://images.unsplash.com/photo-1414235077428-338989a2e8c0?q=80&w=500" }]} />