Merge version_3 into main #4
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -42,22 +42,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroPersonalLinks
|
||||
<HeroOverlay
|
||||
background={{ variant: "plain" }}
|
||||
title="Move and Movie"
|
||||
socialLinks={[
|
||||
{ icon: Film, label: "YouTube", href: "https://youtube.com" },
|
||||
{ icon: Clapperboard, label: "Instagram", href: "https://instagram.com" }
|
||||
]}
|
||||
linkCards={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "View Our Portfolio", description: "Explore our latest cinematic creations", button: { text: "View Work", href: "portfolio" }
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Start Your Project", description: "Let's bring your vision to life", button: { text: "Contact Us", href: "contact" }
|
||||
}
|
||||
subtitle="Professional Video Production & Cinematic Storytelling"
|
||||
overlayOpacity={0.4}
|
||||
overlayColor="rgba(0, 0, 0, 0.4)"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg"
|
||||
imageAlt="Professional video production setup"
|
||||
buttons={[
|
||||
{ text: "View Portfolio", href: "portfolio" },
|
||||
{ text: "Get Started", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user