From d8480e36b253ed7bf06b4503caccf8929bb0af89 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:43:44 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1375 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1371 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 38c7212..a4b5ff1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,17 +14,17 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "FreshRecipe - AI-Powered Nutrition & Meal Planning App", description: "Scan your fridge and get personalized healthy recipes tailored to your goals. AI-powered nutrition tracking and meal planning made simple.", keywords: "nutrition app, recipe generator, meal planning, health goals, AI nutrition, fridge scanner, healthy eating", metadataBase: new URL("https://freshrecipe.app"), + title: "FridgeFit - AI-Powered Nutrition & Meal Planning App", description: "Scan your fridge and get personalized healthy recipes tailored to your goals. AI-powered nutrition tracking and meal planning made simple.", keywords: "nutrition app, recipe generator, meal planning, health goals, AI nutrition, fridge scanner, healthy eating", metadataBase: new URL("https://freshrecipe.app"), alternates: { canonical: "https://freshrecipe.app"}, openGraph: { - title: "FreshRecipe - Smart Nutrition AI", description: "Transform your kitchen into personalized meal plans. Scan ingredients, get tailored recipes.", url: "https://freshrecipe.app", siteName: "FreshRecipe", type: "website", images: [ + title: "FridgeFit - Smart Nutrition AI", description: "Transform your kitchen into personalized meal plans. Scan ingredients, get tailored recipes.", url: "https://freshrecipe.app", siteName: "FridgeFit", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg", alt: "FreshRecipe App"}, + url: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg", alt: "FridgeFit App"}, ], }, twitter: { - card: "summary_large_image", title: "FreshRecipe - Smart Nutrition App", description: "AI-powered meal planning tailored to your health goals", images: ["http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg"], + card: "summary_large_image", title: "FridgeFit - Smart Nutrition App", description: "AI-powered meal planning tailored to your health goals", images: ["http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg"], }, robots: { index: true, @@ -1409,6 +1409,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +