Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-10 16:41:37 +00:00
5 changed files with 67 additions and 26 deletions

View File

@@ -72,7 +72,7 @@ export default function AboutPage() {
icon: MapPin,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-professional-portrait-of-a-creative-me-1773160811177-43a77115.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-professional-portrait-of-a-creative-me-1773160811177-43a77115.png?_wi=2"
imageAlt="Miles Chant - Media Producer"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -93,7 +93,7 @@ export default function AboutPage() {
title: "Projects Completed",
description: "From concept to final delivery",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-montage-style-image-showing-multiple-c-1773160810496-8264cbc4.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-montage-style-image-showing-multiple-c-1773160810496-8264cbc4.png?_wi=3",
imageAlt: "Completed video projects",
},
{
@@ -102,7 +102,7 @@ export default function AboutPage() {
title: "Happy Clients",
description: "Trusted by brands and individuals",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-dynamic-teamwork-scene-showing-miles-c-1773160811069-ba9f8039.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-dynamic-teamwork-scene-showing-miles-c-1773160811069-ba9f8039.png?_wi=3",
imageAlt: "Client collaboration",
},
{
@@ -111,7 +111,7 @@ export default function AboutPage() {
title: "Industry Awards",
description: "Recognition for cinematic excellence",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/professional-awards-trophies-and-recogni-1773160812826-e227dc82.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/professional-awards-trophies-and-recogni-1773160812826-e227dc82.png?_wi=2",
imageAlt: "Industry awards",
},
]}

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Roboto } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto",
@@ -20,6 +24,41 @@ const roboto = Roboto({
weight: ["100", "300", "400", "500", "700", "900"],
});
export const metadata: Metadata = {
title: "Miles Chant Media - Cinematic Video & Photography",
description: "Professional videography, photography, and social media content creation. Award-winning cinematic production for weddings, sports, real estate, and brands.",
keywords: "videography, cinematography, photography, video production, content creation, wedding films, sports video, real estate video, Arizona",
metadataBase: new URL("https://mileschanmedia.com"),
alternates: {
canonical: "https://mileschanmedia.com",
},
openGraph: {
title: "Miles Chant Media - Cinematic Video & Photography",
description: "Professional cinematic production capturing moments that create impact. Award-winning videography and content creation.",
url: "https://mileschanmedia.com",
siteName: "Miles Chant Media",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-cinematic-video-production-scene-with--1773160810781-41e7884f.png",
alt: "Miles Chant Media - Professional Video Production",
},
],
},
twitter: {
card: "summary_large_image",
title: "Miles Chant Media - Cinematic Video & Photography",
description: "Award-winning videography, cinematography, and content creation for weddings, sports, real estate & brands.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-cinematic-video-production-scene-with--1773160810781-41e7884f.png",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +67,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${roboto.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +81,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -103,21 +103,21 @@ export default function HomePage() {
id: "2",
title: "Dynamic Sports Coverage",
tags: ["Sports", "4K"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-dynamic-sports-videography-scene-showi-1773160812812-03e06c81.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-dynamic-sports-videography-scene-showi-1773160812812-03e06c81.png?_wi=1",
imageAlt: "Sports videography",
},
{
id: "3",
title: "Luxury Real Estate Tours",
tags: ["Real Estate", "Drone"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-luxurious-real-estate-property-video-s-1773160812751-3177fe43.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-luxurious-real-estate-property-video-s-1773160812751-3177fe43.png?_wi=1",
imageAlt: "Real estate cinematography",
},
{
id: "4",
title: "Social Media Content",
tags: ["Social", "Trending"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-vibrant-social-media-content-creation--1773160813104-aaee59ac.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-vibrant-social-media-content-creation--1773160813104-aaee59ac.png?_wi=1",
imageAlt: "Social media content creation",
},
]}
@@ -138,7 +138,7 @@ export default function HomePage() {
value: "500+",
title: "Projects Completed",
description: "From concept to final delivery",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-montage-style-image-showing-multiple-c-1773160810496-8264cbc4.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-montage-style-image-showing-multiple-c-1773160810496-8264cbc4.png?_wi=1",
imageAlt: "Completed video projects",
},
{
@@ -146,7 +146,7 @@ export default function HomePage() {
value: "200+",
title: "Happy Clients",
description: "Trusted by brands and individuals",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-dynamic-teamwork-scene-showing-miles-c-1773160811069-ba9f8039.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-dynamic-teamwork-scene-showing-miles-c-1773160811069-ba9f8039.png?_wi=1",
imageAlt: "Client collaboration",
},
{
@@ -192,7 +192,7 @@ export default function HomePage() {
icon: MapPin,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-professional-portrait-of-a-creative-me-1773160811177-43a77115.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-professional-portrait-of-a-creative-me-1773160811177-43a77115.png?_wi=1"
imageAlt="Miles Chant - Media Producer"
mediaAnimation="slide-up"
textboxLayout="default"

View File

@@ -82,21 +82,21 @@ export default function PortfolioPage() {
id: "2",
title: "Dynamic Sports Coverage",
tags: ["Sports", "4K", "Action"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-dynamic-sports-videography-scene-showi-1773160812812-03e06c81.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-dynamic-sports-videography-scene-showi-1773160812812-03e06c81.png?_wi=2",
imageAlt: "Sports videography",
},
{
id: "3",
title: "Luxury Real Estate Tours",
tags: ["Real Estate", "Drone", "Architecture"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-luxurious-real-estate-property-video-s-1773160812751-3177fe43.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-luxurious-real-estate-property-video-s-1773160812751-3177fe43.png?_wi=2",
imageAlt: "Real estate cinematography",
},
{
id: "4",
title: "Social Media Content",
tags: ["Social", "Trending", "Viral"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-vibrant-social-media-content-creation--1773160813104-aaee59ac.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCxDfrFW6hW9jd/a-vibrant-social-media-content-creation--1773160813104-aaee59ac.png?_wi=2",
imageAlt: "Social media content creation",
},
]}

View File

@@ -52,7 +52,7 @@ export default function ServicesPage() {
title: "Videography & Cinematography",
tags: ["4K/8K", "Cinematic"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-professional-videographer-with-high-en-1773160811678-4c58e915.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-professional-videographer-with-high-en-1773160811678-4c58e915.png?_wi=1",
imageAlt: "Professional videography equipment",
},
{
@@ -76,7 +76,7 @@ export default function ServicesPage() {
title: "Event Coverage & Production",
tags: ["Full Day", "Multi-Camera"],
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-professional-videographer-with-high-en-1773160811678-4c58e915.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-professional-videographer-with-high-en-1773160811678-4c58e915.png?_wi=2",
imageAlt: "Professional event videography",
},
]}
@@ -98,7 +98,7 @@ export default function ServicesPage() {
title: "Projects Completed",
description: "From concept to final delivery",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-montage-style-image-showing-multiple-c-1773160810496-8264cbc4.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-montage-style-image-showing-multiple-c-1773160810496-8264cbc4.png?_wi=2",
imageAlt: "Completed video projects",
},
{
@@ -107,7 +107,7 @@ export default function ServicesPage() {
title: "Happy Clients",
description: "Trusted by brands and individuals",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-dynamic-teamwork-scene-showing-miles-c-1773160811069-ba9f8039.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/a-dynamic-teamwork-scene-showing-miles-c-1773160811069-ba9f8039.png?_wi=2",
imageAlt: "Client collaboration",
},
{
@@ -116,7 +116,7 @@ export default function ServicesPage() {
title: "Industry Awards",
description: "Recognition for cinematic excellence",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/professional-awards-trophies-and-recogni-1773160812826-e227dc82.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al8xDKKvRCmJRCxDfrFW6hW9jd/professional-awards-trophies-and-recogni-1773160812826-e227dc82.png?_wi=1",
imageAlt: "Industry awards",
},
]}