From fa12fabd01a68468168b2b0c481545c1f98a23ad Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:53:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }]} />
-- 2.49.1