From d6f42edf917791b1d212ff29543cc731a4994503 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:39:34 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 32372a4..ef95399 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,7 +42,7 @@ export default function ContactPage() { description="Get your professional website today and start getting more customers. Our team is ready to help you succeed online. Contact us through the form below or call us directly." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg?_wi=2" imageAlt="Business growth and success" mediaAnimation="slide-up" inputPlaceholder="your@email.com" -- 2.49.1 From 3fb5a896fb59860d62883a6403cb3d5c09b2c61b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:39:34 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 50 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..399bb6c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; - - -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 inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Esilos Print & Design | Website Design for Local Businesses Ontario", + description: "Professional website design for local businesses in Ontario. Get more customers with a modern, mobile-optimized website. Free consultation: 519-792-3115", + keywords: "website design Ontario, local business websites, small business web design, professional website builder, lead generation websites", + metadataBase: new URL("https://esilosprint.com"), + alternates: { + canonical: "https://esilosprint.com", + }, + openGraph: { + title: "Professional Websites for Local Businesses | Esilos Print & Design", + description: "Transform your local business with a professional, lead-generating website. Designed specifically for Ontario service businesses.", + url: "https://esilosprint.com", + siteName: "Esilos Print & Design", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900458.jpg", + alt: "Esilos Print & Design - Professional Websites for Local Businesses", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Professional Websites for Local Businesses | Esilos", + description: "Get a modern website that brings you more customers. Built for local service businesses.", + images: ["http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900458.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +58,9 @@ export default function RootLayout({ return ( - + {children}