Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-04 14:36:21 +00:00
2 changed files with 13 additions and 30 deletions

View File

@@ -1,44 +1,28 @@
import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Premium Video Editing & Post-Production Services", description: "Professional video editor with 8+ years experience. Specialized in color grading, motion graphics, and cinematic post-production.", keywords: "video editing, post-production, color grading, motion graphics, video production, filmmaker, editor", openGraph: {
title: "Premium Video Editing & Post-Production Services", description: "Professional video editor with 8+ years experience. Specialized in color grading, motion graphics, and cinematic post-production.", type: "website", siteName: "Creative Studio"},
twitter: {
card: "summary_large_image", title: "Premium Video Editing & Post-Production Services", description: "Professional video editor with 8+ years experience. Specialized in color grading, motion graphics, and cinematic post-production."},
robots: {
index: true,
follow: true,
},
};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable}`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1406,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{ text: "View Portfolio", href: "#portfolio" },
{ text: "Get Started", href: "#contact" }
{ text: "Book a Consultation", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg"