Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
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 MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||||
@@ -42,22 +42,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroPersonalLinks
|
<HeroOverlay
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Move and Movie"
|
title="Move and Movie"
|
||||||
socialLinks={[
|
subtitle="Professional Video Production & Cinematic Storytelling"
|
||||||
{ icon: Film, label: "YouTube", href: "https://youtube.com" },
|
overlayOpacity={0.4}
|
||||||
{ icon: Clapperboard, label: "Instagram", href: "https://instagram.com" }
|
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"
|
||||||
linkCards={[
|
imageAlt="Professional video production setup"
|
||||||
{
|
buttons={[
|
||||||
icon: Sparkles,
|
{ text: "View Portfolio", href: "portfolio" },
|
||||||
title: "View Our Portfolio", description: "Explore our latest cinematic creations", button: { text: "View Work", href: "portfolio" }
|
{ text: "Get Started", href: "contact" }
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Mail,
|
|
||||||
title: "Start Your Project", description: "Let's bring your vision to life", button: { text: "Contact Us", href: "contact" }
|
|
||||||
}
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user