Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d6f988cbe | |||
| 4abfda7460 | |||
| ba4666690e | |||
| 34ecde24ac | |||
| c1d788589e | |||
| 12f1824e42 | |||
| 84d278734a | |||
| 236255b9a1 | |||
| 3e8b8a19cc | |||
| 0f4ae2a29d |
@@ -1,74 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } 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 halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "HighlightAI - AI Sports Highlight Reel Creator",
|
||||
description: "Transform raw game clips into professional highlight reels in 5 minutes. AI-powered editing with automatic moment detection, sport-specific graphics, and recruiter sharing.",
|
||||
keywords: "sports highlights, video editing, AI editing, athletic recruiting, highlight reel maker, game footage editor",
|
||||
metadataBase: new URL("https://highlightai.com"),
|
||||
alternates: {
|
||||
canonical: "https://highlightai.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "HighlightAI - Turn Game Clips Into Professional Highlight Reels",
|
||||
description: "AI-powered sports video editing platform. Transform raw footage into pro-quality highlights in minutes. Perfect for athletes, coaches, and recruiters.",
|
||||
url: "https://highlightai.com",
|
||||
siteName: "HighlightAI",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png",
|
||||
alt: "HighlightAI Dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "HighlightAI - AI Sports Highlight Creator",
|
||||
description: "Create professional highlight reels from raw game footage in under 5 minutes.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "HighlightAI", description: "Transform raw game clips into professional highlight reels with AI-powered editing"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1436,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,19 +115,19 @@ export default function HomePage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "basketball", name: "Basketball Highlight Style", price: "Dynamic Dunks & Fast Breaks", variant: "AI-Enhanced Transitions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=2", imageAlt: "Basketball highlight style"},
|
||||
id: "basketball", name: "Basketball Highlight Style", price: "Dynamic Dunks & Fast Breaks", variant: "AI-Enhanced Transitions", imageSrc: "https://images.unsplash.com/photo-1546519638-68711109d298?w=800&q=80", imageAlt: "Basketball highlight style"},
|
||||
{
|
||||
id: "football", name: "Football Highlight Style", price: "Epic Touchdowns & Tackles", variant: "Play-by-Play Analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=3", imageAlt: "Football highlight style"},
|
||||
id: "football", name: "Football Highlight Style", price: "Epic Touchdowns & Tackles", variant: "Play-by-Play Analysis", imageSrc: "https://images.unsplash.com/photo-1624526267942-ab67cb38121d?w=800&q=80", imageAlt: "Football highlight style"},
|
||||
{
|
||||
id: "baseball", name: "Baseball Highlight Style", price: "Home Runs & Strikeouts", variant: "Slow-Mo Replays", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=4", imageAlt: "Baseball highlight style"},
|
||||
id: "baseball", name: "Baseball Highlight Style", price: "Home Runs & Strikeouts", variant: "Slow-Mo Replays", imageSrc: "https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=800&q=80&_wi=1", imageAlt: "Baseball highlight style"},
|
||||
{
|
||||
id: "hockey", name: "Hockey Highlight Style", price: "Goals & Assists", variant: "Fast-Paced Action", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=5", imageAlt: "Hockey highlight style"},
|
||||
id: "hockey", name: "Hockey Highlight Style", price: "Goals & Assists", variant: "Fast-Paced Action", imageSrc: "https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?w=800&q=80", imageAlt: "Hockey highlight style"},
|
||||
{
|
||||
id: "soccer", name: "Soccer Highlight Style", price: "Goals & Skill Moves", variant: "Dynamic Replays", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=6", imageAlt: "Soccer highlight style"},
|
||||
id: "soccer", name: "Soccer Highlight Style", price: "Goals & Skill Moves", variant: "Dynamic Replays", imageSrc: "https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=800&q=80&_wi=2", imageAlt: "Soccer highlight style"},
|
||||
{
|
||||
id: "volleyball", name: "Volleyball Highlight Style", price: "Aces & Blocks", variant: "Aerial Perspectives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=7", imageAlt: "Volleyball highlight style"},
|
||||
id: "volleyball", name: "Volleyball Highlight Style", price: "Aces & Blocks", variant: "Aerial Perspectives", imageSrc: "https://images.unsplash.com/photo-1612872087720-bb876e2e67d1?w=800&q=80", imageAlt: "Volleyball highlight style"},
|
||||
{
|
||||
id: "lacrosse", name: "Lacrosse Highlight Style", price: "Goals & Defensive Plays", variant: "Intense Moments", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=8", imageAlt: "Lacrosse highlight style"},
|
||||
id: "lacrosse", name: "Lacrosse Highlight Style", price: "Goals & Defensive Plays", variant: "Intense Moments", imageSrc: "https://images.unsplash.com/photo-1627213033159-c43d4451fdf0?w=800&q=80", imageAlt: "Lacrosse highlight style"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -230,7 +230,7 @@ export default function HomePage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Start Your Free Trial", href: "/signup" },
|
||||
{ text: "Contact Sales", href: "#" },
|
||||
{ text: "Talk to a Coach", href: "#" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -272,4 +272,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user