From ecf397a7a757d94d2e197a4ef3eb215440ca6706 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:11:33 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index de5d777..68e1cad 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,32 +1,21 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Archivo } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const archivo = Archivo({ - variable: "--font-archivo", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "Custom Web Design for Small Business - Gavin Healey", description: "High-converting custom websites for small to medium businesses. Affordable flat rate $650. Increase leads, revenue, and online presence with results-driven design.", keywords: "custom web design, affordable website designer, small business websites, lead generation, conversion optimization", openGraph: { - title: "Custom Web Design for Business Growth", description: "Affordable, high-converting custom websites built to increase revenue and generate qualified leads for your business.", type: "website", url: "https://example.com", siteName: "Gavin Healey Web Design", images: [{ - url: "https://images.unsplash.com/photo-1460925895917-adf4198c869f?w=1200&h=630&fit=crop", alt: "Custom web design for business" + title: "Global Web Solutions - Build Your International Presence", description: "Professional custom web design and development for businesses worldwide. Create a powerful online presence that connects with your global audience.", keywords: "web design, web development, custom websites, global reach, international business", openGraph: { + title: "Global Web Solutions", description: "Professional custom web design and development for businesses worldwide.", type: "website", url: "https://example.com", siteName: "Global Web Solutions", images: [{ + url: "https://images.unsplash.com/photo-1460925895917-adf4198c869f?w=1200&h=630&fit=crop", alt: "Professional web design" }] }, twitter: { - card: "summary_large_image", title: "Custom Web Design - Increase Your Business Revenue", description: "High-converting websites built for small businesses. $650 flat rate. Results-driven design focused on your growth.", images: ["https://images.unsplash.com/photo-1460925895917-adf4198c869f?w=1200&h=630&fit=crop"] + card: "summary_large_image", title: "Global Web Solutions", description: "Professional custom web design and development for businesses worldwide.", images: ["https://images.unsplash.com/photo-1460925895917-adf4198c869f?w=1200&h=630&fit=crop"] }, robots: { index: true, @@ -43,7 +32,7 @@ export default function RootLayout({ {children} -- 2.49.1 From a4dd0333e72089c76056395f6c9027385aaa354d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:11:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 119 +++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 76 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9b704c..27ddb2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,33 +26,32 @@ export default function LandingPage() { >
@@ -60,10 +59,10 @@ export default function LandingPage() {
@@ -72,26 +71,26 @@ export default function LandingPage() {
@@ -99,22 +98,22 @@ export default function LandingPage() {
@@ -123,47 +122,22 @@ export default function LandingPage() {
-
- -
-