Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 78e8f2645b | |||
| 4af9657a46 | |||
| d362ca4e08 |
@@ -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,
|
||||||
|
|||||||
@@ -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" },
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user