From 2a71e379bb6ada8601f867f61117d0c517b6ff64 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:06:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e016979..4ac6694 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,6 +156,9 @@ export default function LandingPage() { id: "f2", title: "Are your items made fresh?", content: "We craft our pastries fresh every morning to ensure the highest quality."}, { id: "f3", title: "Is parking available?", content: "Yes, we have free street parking conveniently located near Park Street."}, + { + id: "f4", title: "Do you offer dietary or allergen information?", content: "We use various ingredients including nuts, dairy, soy, and wheat. Please ask our staff for a detailed allergen guide during your visit." + } ]} title="Commonly Asked" description="Have questions about our baking? Find answers here." -- 2.49.1