From 9eec259896a3f3b521db60cbff9a8c5c38443242 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:01:14 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9040bee..3eb0f96 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,41 +7,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Dye Media - Creative Performance Marketing Studio", - description: "Creative Performance Marketing Studio combining high-impact design with data-driven advertising strategy. We specialize in Google Ads, SEO, creative content, and brand growth.", - keywords: "performance marketing, advertising agency, creative design, Google Ads, SEO, marketing strategy, digital marketing, brand growth", - metadataBase: new URL("https://dyemedia.com"), + title: "Dye Media - Creative Performance Marketing Studio", description: "Creative Performance Marketing Studio combining high-impact design with data-driven advertising strategy. We specialize in Google Ads, SEO, creative content, and brand growth.", keywords: "performance marketing, advertising agency, creative design, Google Ads, SEO, marketing strategy, digital marketing, brand growth", metadataBase: new URL("https://dyemedia.com"), alternates: { - canonical: "https://dyemedia.com", - }, + canonical: "https://dyemedia.com"}, openGraph: { - title: "Dye Media - Creative Performance Marketing Studio", - description: "We blend creative excellence with performance marketing to drive real business growth.", - url: "https://dyemedia.com", - siteName: "Dye Media", - type: "website", - }, + title: "Dye Media - Creative Performance Marketing Studio", description: "We blend creative excellence with performance marketing to drive real business growth.", url: "https://dyemedia.com", siteName: "Dye Media", type: "website"}, twitter: { - card: "summary_large_image", - title: "Dye Media - Creative Performance Marketing", - description: "High-impact creative design paired with data-driven marketing strategy", - }, + card: "summary_large_image", title: "Dye Media - Creative Performance Marketing", description: "High-impact creative design paired with data-driven marketing strategy"}, robots: { index: true, follow: true, @@ -1432,4 +1417,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From a15d1ced98dddf75cf28ed7f3545c052161b9bb2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:01:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 111 ++++++++++------------------------------------- 1 file changed, 23 insertions(+), 88 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e62d67..61f14f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,17 +52,11 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-psd/marketing-agency-template-design_23-2150783187.jpg", - imageAlt: "Advertising creative design work", - }, + imageSrc: "http://img.b2bpic.net/free-psd/marketing-agency-template-design_23-2150783187.jpg", imageAlt: "Advertising creative design work"}, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-70252.jpg", - imageAlt: "Website UI design interface", - }, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-70252.jpg", imageAlt: "Website UI design interface"}, { - imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-cards-template_23-2149151388.jpg", - imageAlt: "Branding and visual identity work", - }, + imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-cards-template_23-2149151388.jpg", imageAlt: "Branding and visual identity work"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -73,32 +67,15 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1