From edbd563a462fd4798a998362486a25c831f9a4ee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:27:37 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2826ffe..7109e6d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -93,21 +93,21 @@ export default function AboutPage() { { title: "Fresh, Flavorful Food", description: "Locally sourced ingredients prepared daily with passion and precision.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=3", imageAlt: "Fresh ingredients colorful vegetables produce", buttonIcon: Sparkles, }, { title: "Exceptional Service", description: "Our team treats every guest like family, going above and beyond to ensure your happiness.", - imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=3", imageAlt: "Friendly waiter serving guests table smiling", buttonIcon: Heart, }, { title: "Welcoming Atmosphere", description: "A clean, comfortable space designed for genuine connection and memorable moments.", - imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3", imageAlt: "Modern restaurant interior design cozy lighting", buttonIcon: Home, }, @@ -130,7 +130,7 @@ export default function AboutPage() { quote: "Hands down the best burger I've ever had. The staff made us feel like family, and we've been back every week since.", name: "Sarah Johnson", role: "Regular Guest", - imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=2", imageAlt: "happy customer satisfied guest portrait smiling", }, { @@ -139,7 +139,7 @@ export default function AboutPage() { quote: "The quality of the food and the genuine warmth of the team make this place truly special. Worth every penny.", name: "Michael Chen", role: "First-Time Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2", imageAlt: "professional man headshot businessman portrait", }, { @@ -148,7 +148,7 @@ export default function AboutPage() { quote: "Clean, welcoming, and delicious. This is our go-to place for date nights and family celebrations.", name: "Emily Rodriguez", role: "Family of Four", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=2", imageAlt: "woman portrait professional headshot confident", }, { @@ -157,7 +157,7 @@ export default function AboutPage() { quote: "It's rare to find a restaurant that treats you like family. The staff remembers us by name. That's what keeps us coming back.", name: "David Kim", role: "Loyal Customer", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=2", imageAlt: "male customer portrait headshot professional", }, { @@ -166,7 +166,7 @@ export default function AboutPage() { quote: "From the moment we walked in, we felt welcomed. The food was incredible, and the service was attentive but not intrusive.", name: "Jessica Martinez", role: "Special Occasion Guest", - imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=2", imageAlt: "woman customer portrait headshot satisfied", }, { @@ -175,7 +175,7 @@ export default function AboutPage() { quote: "We've tried many restaurants in town, but this one stands out. Authentic flavors, fresh ingredients, and real hospitality.", name: "Robert Thompson", role: "Food Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=2", imageAlt: "man customer portrait headshot professional", }, ]} -- 2.49.1 From c286fcfe9e2beed8463df56937174b28501300c9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:27:38 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 52 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0f7096a..52ec18f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,28 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; +import { DM_Sans } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { DM_Sans } from "next/font/google"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); + const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Best Local Restaurant - Fresh Food, Exceptional Service", + description: "Discover exceptional food, warm hospitality, and unforgettable dining experiences. Local Kitchen - where quality, community, and genuine service meet.", + keywords: "best restaurant, local dining, fresh food, family restaurant, casual fine dining, best burgers", + metadataBase: new URL("https://localkitchen.com"), + alternates: { + canonical: "https://localkitchen.com", + }, + openGraph: { + title: "Local Kitchen - Best Local Restaurant", + description: "More than a meal. An experience you'll come back for. Fresh ingredients, exceptional service, community warmth.", + siteName: "Local Kitchen", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg", + alt: "Local Kitchen - Welcoming restaurant interior", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Local Kitchen - Best Local Restaurant", + description: "Fresh food. Exceptional service. Community warmth. Your new favorite local spot.", + images: ["http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -31,7 +63,9 @@ export default function RootLayout({ return ( - + {children}