From 40e5f9b37e6614c653323416e68b1000c992b58e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:10:40 +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 715de34..1a756f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Breakfast", description="Start your day with our buffet breakfast featuring local and international favorites, fresh pastries, and premium beverages.", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg", imageAlt: "Breakfast service" + title: "Breakfast", description: "Start your day with our buffet breakfast featuring local and international favorites, fresh pastries, and premium beverages.", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg", imageAlt: "Breakfast service" }, { id: 2, -- 2.49.1