6 Commits

Author SHA1 Message Date
a7eaa842b8 Update src/app/page.tsx 2026-03-06 09:03:24 +00:00
15615be6a2 Update src/app/layout.tsx 2026-03-06 09:03:24 +00:00
2aaf1135c1 Merge version_2 into main
Merge version_2 into main
2026-03-06 09:01:19 +00:00
a15d1ced98 Update src/app/page.tsx 2026-03-06 09:01:15 +00:00
9eec259896 Update src/app/layout.tsx 2026-03-06 09:01:14 +00:00
b40fb2dfed Merge version_1 into main
Merge version_1 into main
2026-03-06 08:59:26 +00:00
2 changed files with 37 additions and 95 deletions

View File

@@ -7,40 +7,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const halant = Halant({ const halant = Halant({
variable: "--font-halant", variable: "--font-halant", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"], weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter", subsets: ["latin"],
subsets: ["latin"],
}); });
const publicSans = Public_Sans({ const publicSans = Public_Sans({
variable: "--font-public-sans", variable: "--font-public-sans", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Dye Media - Creative Performance Marketing Studio", 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"),
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: { alternates: {
canonical: "https://dyemedia.com", canonical: "https://dyemedia.com"
}, },
openGraph: { openGraph: {
title: "Dye Media - Creative Performance Marketing Studio", 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"
description: "We blend creative excellence with performance marketing to drive real business growth.",
url: "https://dyemedia.com",
siteName: "Dye Media",
type: "website",
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Dye Media - Creative Performance Marketing", description: "High-impact creative design paired with data-driven marketing strategy"
title: "Dye Media - Creative Performance Marketing",
description: "High-impact creative design paired with data-driven marketing strategy",
}, },
robots: { robots: {
index: true, index: true,
@@ -1432,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import Link from "next/link"; import Link from "next/link";
import { Zap, TrendingUp, Sparkles, Workflow, Target, BarChart3, Search, Link2, Video, Image, Palette, Rocket } from "lucide-react"; import { Zap, TrendingUp, Sparkles, Workflow, Target, BarChart3, Search, Link2, Video, Image, Palette, Rocket, ArrowRight } from "lucide-react";
export default function HomePage() { export default function HomePage() {
return ( return (
@@ -52,16 +52,13 @@ export default function HomePage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-psd/marketing-agency-template-design_23-2150783187.jpg", imageSrc: "http://img.b2bpic.net/free-psd/marketing-agency-template-design_23-2150783187.jpg", imageAlt: "Advertising creative design work"
imageAlt: "Advertising creative design work",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-70252.jpg", imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_52683-70252.jpg", imageAlt: "Website UI design interface"
imageAlt: "Website UI design interface",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-cards-template_23-2149151388.jpg", imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-cards-template_23-2149151388.jpg", imageAlt: "Branding and visual identity work"
imageAlt: "Branding and visual identity work",
}, },
]} ]}
autoplayDelay={4000} autoplayDelay={4000}
@@ -73,32 +70,18 @@ export default function HomePage() {
<MetricCardEleven <MetricCardEleven
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "10M+", title: "Ad Impressions Generated", description: "Across performance campaigns managed", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg?_wi=1", imageAlt: "Featured advertising campaign creative"
value: "10M+",
title: "Ad Impressions Generated",
description: "Across performance campaigns managed",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg?_wi=1",
imageAlt: "Featured advertising campaign creative",
}, },
{ {
id: "2", id: "2", value: "$10M+", title: "Ad Spend Managed", description: "Performance marketing campaigns optimized", imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=1", imageAlt: "Featured website design project"
value: "$10M+",
title: "Ad Spend Managed",
description: "Performance marketing campaigns optimized",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=1",
imageAlt: "Featured website design project",
}, },
{ {
id: "3", id: "3", value: "500+", title: "Creative Assets Produced", description: "High-impact ads and visual content", imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=1", imageAlt: "Featured branding and design work"
value: "500+",
title: "Creative Assets Produced",
description: "High-impact ads and visual content",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=1",
imageAlt: "Featured branding and design work",
}, },
]} ]}
title="Featured Creative" title="Featured Creative"
description="A curated selection of our high-impact creative work that drives results" description="A curated selection of our high-impact creative work that drives results"
tag="Proven Results"
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -126,12 +109,8 @@ export default function HomePage() {
tag="What We Offer" tag="What We Offer"
features={[ features={[
{ {
id: "1", id: "1", title: "Google Ads & Pay-Per-Click", description: "High-converting PPC campaigns that drive qualified leads and sales", media: {
title: "Google Ads & Pay-Per-Click", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1", imageAlt: "Google Ads and PPC advertising"
description: "High-converting PPC campaigns that drive qualified leads and sales",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1",
imageAlt: "Google Ads and PPC advertising",
}, },
items: [ items: [
{ icon: Target, text: "Lead generation campaigns" }, { icon: Target, text: "Lead generation campaigns" },
@@ -141,12 +120,8 @@ export default function HomePage() {
reverse: false, reverse: false,
}, },
{ {
id: "2", id: "2", title: "Search Engine Optimization", description: "Organic traffic growth through strategic SEO and content optimization", media: {
title: "Search Engine Optimization", imageSrc: "http://img.b2bpic.net/free-photo/search-engine-optimization-target-marketing-concept-bokeh-b_1357-304.jpg?_wi=1", imageAlt: "SEO optimization strategy"
description: "Organic traffic growth through strategic SEO and content optimization",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/search-engine-optimization-target-marketing-concept-bokeh-b_1357-304.jpg?_wi=1",
imageAlt: "SEO optimization strategy",
}, },
items: [ items: [
{ icon: Search, text: "Keyword research & strategy" }, { icon: Search, text: "Keyword research & strategy" },
@@ -156,12 +131,8 @@ export default function HomePage() {
reverse: true, reverse: true,
}, },
{ {
id: "3", id: "3", title: "Creative Content Production", description: "High-impact visual content including video ads, graphics, and social media assets", media: {
title: "Creative Content Production", imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-young-woman_1268-21886.jpg?_wi=1", imageAlt: "Video and content production"
description: "High-impact visual content including video ads, graphics, and social media assets",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-young-woman_1268-21886.jpg?_wi=1",
imageAlt: "Video and content production",
}, },
items: [ items: [
{ icon: Video, text: "Video ads & motion graphics" }, { icon: Video, text: "Video ads & motion graphics" },
@@ -174,6 +145,11 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{ text: "Explore All Services", href: "/services" },
{ text: "Get A Free Consultation", href: "/contact" },
]}
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -183,28 +159,16 @@ export default function HomePage() {
cardTag="What Makes Dye Media Different" cardTag="What Makes Dye Media Different"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Creative Excellence", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg?_wi=2", imageAlt: "Creative excellence icon"
name: "Creative Excellence",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg?_wi=2",
imageAlt: "Creative excellence icon",
}, },
{ {
id: "2", id: "2", name: "Performance Focus", imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=2", imageAlt: "Performance focus icon"
name: "Performance Focus",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=2",
imageAlt: "Performance focus icon",
}, },
{ {
id: "3", id: "3", name: "Strategy First", imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=2", imageAlt: "Strategy first icon"
name: "Strategy First",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=2",
imageAlt: "Strategy first icon",
}, },
{ {
id: "4", id: "4", name: "Real Results", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=2", imageAlt: "Real results icon"
name: "Real Results",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=2",
imageAlt: "Real results icon",
}, },
]} ]}
cardAnimation="slide-up" cardAnimation="slide-up"
@@ -219,13 +183,7 @@ export default function HomePage() {
tag="Our Partners" tag="Our Partners"
names={["TechFlow", "InnovateLab", "GrowthCo", "StartupXYZ", "BrandScale", "PerformanceHub", "CreativeStudio", "MarketingPro"]} names={["TechFlow", "InnovateLab", "GrowthCo", "StartupXYZ", "BrandScale", "PerformanceHub", "CreativeStudio", "MarketingPro"]}
logos={[ logos={[
"http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", "http://img.b2bpic.net/free-vector/fashion-store-lab-logo-template_23-2148631158.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/restaurant-business-company-logo_23-2148462315.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg"
"http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg",
"http://img.b2bpic.net/free-vector/fashion-store-lab-logo-template_23-2148631158.jpg",
"http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg",
"http://img.b2bpic.net/free-vector/restaurant-business-company-logo_23-2148462315.jpg",
"http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg",
"http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg",
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -253,8 +211,7 @@ export default function HomePage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Navigate", title: "Navigate", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Services", href: "/services" }, { label: "Services", href: "/services" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
@@ -262,8 +219,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Agency Consulting", href: "/consulting" }, { label: "Agency Consulting", href: "/consulting" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "Strategy Call", href: "/contact" }, { label: "Strategy Call", href: "/contact" },
@@ -271,8 +227,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Dye Media", href: "/about" }, { label: "About Dye Media", href: "/about" },
{ label: "Our Process", href: "/services" }, { label: "Our Process", href: "/services" },
{ label: "Services", href: "/services" }, { label: "Services", href: "/services" },
@@ -280,8 +235,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }, { label: "Cookie Policy", href: "#" },
@@ -295,4 +249,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }