Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-03-06 03:20:40 +00:00
2 changed files with 8 additions and 7 deletions

View File

@@ -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"
},

View File

@@ -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"
/>
</div>
</ThemeProvider>