Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-20 16:11:45 +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", imageAlt: "Looping car montage drift" },
{ videoSrc: "https://www.w3schools.com/howto/rain.mp4", imageAlt: "Cinematic night car shots" }
]}
mediaAnimation="blur-reveal"
rating={5}
ratingText="Based on 150+ stellar reviews"
ratingText="Trusted by performance enthusiasts"
tagIcon={Sparkles}
/>
</div>