From c2584bb905706be95f2c1adc68bcdfbffbb76c03 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:20:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4c8969..927b98a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Inzovex Media | Elite Video Editing & Thumbnail Optimization Agency", description: "Transform your YouTube content with elite video editing and viral thumbnail design. Increase CTR, watch time, and audience retention with our creator-focused systems.", keywords: "video editing, thumbnail design, YouTube optimization, content creator, CTR, watch time, audience retention, video production, creative agency", metadataBase: new URL("https://inzovexmedia.com"), + title: "Inzovex Media | Elite Video Editing & Thumbnail Optimization Agency", description: "Transform your YouTube content with elite video editing and viral thumbnail design. Increase CTR, watch time, and audience retention with our creator-focused systems. Phone: 6205952943 | Email: inzovex@gmail.com", keywords: "video editing, thumbnail design, YouTube optimization, content creator, CTR, watch time, audience retention, video production, creative agency", metadataBase: new URL("https://inzovexmedia.com"), alternates: { canonical: "https://inzovexmedia.com" }, -- 2.49.1 From a8930a7f60204617515b4f4be4653498bbe13cda Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:20:36 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58eff68..194b8c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; -import { Film, Sparkles, Zap, BarChart3, TrendingUp, Play, AlertCircle, Send, Lock, Shield, RotateCcw, Boxes, Workflow, DollarSign, HelpCircle, Rocket, Award, Users, Eye, Clock, Target } from 'lucide-react'; +import { Film, Sparkles, Zap, BarChart3, TrendingUp, Play, AlertCircle, Send, Lock, Shield, RotateCcw, Boxes, Workflow, DollarSign, HelpCircle, Rocket, Award, Users, Eye, Clock, Target, Phone, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -262,7 +262,7 @@ export default function LandingPage() { tagIcon={Rocket} tagAnimation="slide-up" title="Ready to Turn Your Content into a Growth Machine?" - description="Join elite creators who are scaling their channels with professional editing and data-driven optimization. Let's discuss how we can transform your YouTube presence." + description="Join elite creators who are scaling their channels with professional editing and data-driven optimization. Let's discuss how we can transform your YouTube presence. Contact us at 6205952943 or inzovex@gmail.com" buttons={[ { text: "Book a Call", href: "https://calendly.com/inzovex" }, { text: "Start Your Project", href: "#" } @@ -306,19 +306,20 @@ export default function LandingPage() { { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Brand Guidelines", href: "#" }, - { label: "Contact Us", href: "mailto:hello@inzovexmedia.com" } + { label: "Contact Us", href: "mailto:inzovex@gmail.com" } ] }, { title: "Connect", items: [ + { label: "Phone", href: "tel:6205952943" }, + { label: "Email", href: "mailto:inzovex@gmail.com" }, { label: "Twitter", href: "https://twitter.com/inzovex" }, { label: "Instagram", href: "https://instagram.com/inzovex" }, - { label: "YouTube", href: "https://youtube.com/@inzovex" }, - { label: "Email", href: "mailto:hello@inzovexmedia.com" } + { label: "YouTube", href: "https://youtube.com/@inzovex" } ] } ]} - copyrightText="© 2025 Inzovex Media. Elite creativity. Premium results." + copyrightText="© 2025 Inzovex Media. Elite creativity. Premium results. Phone: 6205952943 | Email: inzovex@gmail.com" /> -- 2.49.1