diff --git a/src/app/page.tsx b/src/app/page.tsx index a9817fd..4cc00a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,12 +78,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/buddha-bowl-rice-with-salmon-radish-red-cabbage-edamame-beans-sesame-seeds_127032-3117.jpg", imageAlt: "Fresh sushi platter"}, { imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-sauces-food_23-2147740819.jpg", imageAlt: "Variety of tacos"} - ]} /> + ]} + />
@@ -302,4 +303,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file