10 Commits

Author SHA1 Message Date
8d6f988cbe Merge version_3 into main
Merge version_3 into main
2026-03-05 22:58:35 +00:00
4abfda7460 Update src/app/page.tsx 2026-03-05 22:58:31 +00:00
ba4666690e Merge version_3 into main
Merge version_3 into main
2026-03-05 22:57:40 +00:00
34ecde24ac Update src/app/page.tsx 2026-03-05 22:57:36 +00:00
c1d788589e Merge version_2 into main
Merge version_2 into main
2026-03-05 22:52:05 +00:00
12f1824e42 Update src/app/page.tsx 2026-03-05 22:52:01 +00:00
84d278734a Update src/app/layout.tsx 2026-03-05 22:52:01 +00:00
236255b9a1 Merge version_1 into main
Merge version_1 into main
2026-03-05 22:50:47 +00:00
3e8b8a19cc Merge version_1 into main
Merge version_1 into main
2026-03-05 22:50:02 +00:00
0f4ae2a29d Merge version_1 into main
Merge version_1 into main
2026-03-05 22:48:24 +00:00
2 changed files with 22 additions and 69 deletions

View File

@@ -1,74 +1,28 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const geist = Geist({
variable: "--font-halant", variable: "--font-geist-sans", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const geistMono = Geist_Mono({
variable: "--font-inter", variable: "--font-geist-mono", subsets: ["latin"],
subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "HighlightAI - AI Sports Highlight Reel Creator", title: "HighlightAI", description: "Transform raw game clips into professional highlight reels with AI-powered editing"};
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,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1436,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -115,19 +115,19 @@ export default function HomePage() {
<ProductCardFour <ProductCardFour
products={[ 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" carouselMode="buttons"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -230,7 +230,7 @@ export default function HomePage() {
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ text: "Start Your Free Trial", href: "/signup" }, { text: "Start Your Free Trial", href: "/signup" },
{ text: "Contact Sales", href: "#" }, { text: "Talk to a Coach", href: "#" },
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -272,4 +272,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }