3 Commits

Author SHA1 Message Date
78e8f2645b Update src/app/page.tsx 2026-03-05 13:07:27 +00:00
4af9657a46 Update src/app/layout.tsx 2026-03-05 13:07:27 +00:00
d362ca4e08 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:05:42 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "NeonCut Studio - Professional Video Editing Service", description: "High-quality video editing for YouTube, TikTok, Instagram, automotive content and business marketing videos. Fast turnaround, affordable pricing."}; title: "NeonCut Studio - Professional Video Editing Service", description: "High-quality video editing for YouTube, TikTok, Instagram, automotive content and business marketing videos. Fast turnaround, affordable pricing."
};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -48,13 +48,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
title="Professional Video Editing Service" title="Professional Video Editing Service"
description="High-quality video editing for YouTube, TikTok, Instagram, automotive content and business marketing videos. Transform your raw footage into cinematic masterpieces." description="Get faster content production and higher engagement with our expert video editing. We transform raw footage into viral-ready videos within 24-72 hours—guaranteed. Join 500+ creators and brands who are already seeing 3x more views."
tag="Creative Studio" tag="Creative Studio"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
kpis={[ kpis={[
{ value: "24-72 hrs", label: "Delivery Time" }, { value: "24-72 hrs", label: "Guaranteed Delivery" },
{ value: "500+", label: "Projects Completed" }, { value: "500+", label: "Projects Completed" },
{ value: "98%", label: "Client Satisfaction" }, { value: "98%", label: "Client Satisfaction" },
]} ]}