From d09f4eae84849909225c415cb8824bda6ae63dc0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:45:24 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 86ad718..6629265 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "FoodFlow - Fast Food Delivery", description: "Order from your favorite restaurants and enjoy delicious meals delivered fresh to your door in 30 minutes or less."}; + title: "FoodFlow", description: "Order from your favorite restaurants and enjoy delicious meals delivered fresh to your door."}; export default function RootLayout({ children,