From 03a7a4614c2e8faaca81f028c08c15cc827a9e83 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:06:55 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 74 +++++++++++------------------------------- 1 file changed, 19 insertions(+), 55 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 83eca56..87511d1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -41,7 +41,7 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 04:06:55 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 60 ++++++++++++---------------------------- 1 file changed, 17 insertions(+), 43 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cdc4ae4..1b4dd47 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -39,7 +39,7 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 04:06:56 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ad6fdd3..cfe955f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Digital Marketing Agency Long Island | Local SEO & PPC | Internet Services Group", - description: "Get more qualified leads with proven digital marketing strategies. Local SEO, Google Ads, email marketing & more. 10+ years serving Long Island businesses. Call (631) 258-1913.", - keywords: "digital marketing Long Island, local SEO, Google Ads, PPC management, email marketing, social media marketing, website optimization, East Quogue, NY", - metadataBase: new URL("https://internetservicesgroup.com"), + title: "Digital Marketing Agency Long Island | Local SEO & PPC | Internet Services Group", description: "Get more qualified leads with proven digital marketing strategies. Local SEO, Google Ads, email marketing & more. 10+ years serving Long Island businesses. Call (631) 258-1913.", keywords: "digital marketing Long Island, local SEO, Google Ads, PPC management, email marketing, social media marketing, website optimization, East Quogue, NY", metadataBase: new URL("https://internetservicesgroup.com"), alternates: { - canonical: "https://internetservicesgroup.com", - }, + canonical: "https://internetservicesgroup.com"}, openGraph: { - title: "Digital Marketing Agency Long Island | Internet Services Group", - description: "Results-driven digital marketing for Long Island businesses. Local SEO, PPC, Email Marketing, and more. 10+ years experience. Free consultation.", - url: "https://internetservicesgroup.com", - siteName: "Internet Services Group", - type: "website", - images: [ + title: "Digital Marketing Agency Long Island | Internet Services Group", description: "Results-driven digital marketing for Long Island businesses. Local SEO, PPC, Email Marketing, and more. 10+ years experience. Free consultation.", url: "https://internetservicesgroup.com", siteName: "Internet Services Group", type: "website", images: [ { - url: "https://internetservicesgroup.com/og-image.jpg", - alt: "Internet Services Group - Digital Marketing Agency", - }, + url: "https://internetservicesgroup.com/og-image.jpg", alt: "Internet Services Group - Digital Marketing Agency"}, ], }, twitter: { - card: "summary_large_image", - title: "Digital Marketing Agency Long Island | Internet Services Group", - description: "Results-driven digital marketing for Long Island businesses. Call (631) 258-1913 for a free consultation.", - images: ["https://internetservicesgroup.com/twitter-image.jpg"], + card: "summary_large_image", title: "Digital Marketing Agency Long Island | Internet Services Group", description: "Results-driven digital marketing for Long Island businesses. Call (631) 258-1913 for a free consultation.", images: ["https://internetservicesgroup.com/twitter-image.jpg"], }, robots: { index: true, -- 2.49.1 From 37969501c290e17be33574098ea57de42b8d2f98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:06:56 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 238 ++++++++++------------------------------------- 1 file changed, 51 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8daee3..36d9efe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function HomePage() { @@ -237,65 +169,23 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 04:06:56 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 100 +++++++++----------------------------- 1 file changed, 23 insertions(+), 77 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5b26b02..3d7193a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -16,7 +16,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -40,7 +40,7 @@ export default function ServicesPage() {