Update src/app/layout.tsx

This commit is contained in:
2026-03-05 08:45:24 +00:00
parent 3444fcb89e
commit d09f4eae84

View File

@@ -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,