3 Commits

Author SHA1 Message Date
ec640ed446 Update src/app/page.tsx 2026-04-20 16:12:11 +00:00
f10a395039 Update src/app/page.tsx 2026-04-20 16:11:41 +00:00
96cc77ccec Merge version_2 into main
Merge version_2 into main
2026-04-20 15:59:05 +00:00

View File

@@ -43,17 +43,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "sparkles-gradient" }}
title="Cinematic Car Edits, Reimagined."
description="Level up your brand with high-octane, professional video edits that command attention."
tag="Trusted by 100+ car creators"
buttons={[{ text: "View Portfolio", href: "#portfolio" }]}
title="Cinematic Car Edits That Turn Machines Into Art"
description="High-quality automotive edits, reels, and visual storytelling built for car lovers and performance enthusiasts"
tag="Professional Automotive Storytelling"
buttons={[
{ text: "View My Edits", href: "#portfolio" },
{ text: "Contact Me", href: "#contact" }
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/people-driving-cars-city-street_23-2149092002.jpg", imageAlt: "Widebody car neon night" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920950.jpg", imageAlt: "Luxury car silhouette" }
{ videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=1", imageAlt: "Looping car montage drift" },
{ videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=2", imageAlt: "Cinematic night car shots" }
]}
mediaAnimation="blur-reveal"
rating={5}
ratingText="Based on 150+ stellar reviews"
ratingText="Trusted by performance enthusiasts"
tagIcon={Sparkles}
/>
</div>