Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e234e59477 | |||
| 286468f839 | |||
| 31d1a4db2c | |||
| 27f62e4edd | |||
| df20f4e6ac | |||
| 816c941ba1 |
@@ -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,14 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroPersonalLinks
|
<HeroOverlay
|
||||||
background={{ variant: "plain" }}
|
|
||||||
title="Move and Movie"
|
title="Move and Movie"
|
||||||
socialLinks={[
|
description="Professional Video Production & Cinematic Storytelling"
|
||||||
{ icon: Film, label: "YouTube", href: "https://youtube.com" },
|
imageSrc="https://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg"
|
||||||
{ icon: Clapperboard, label: "Instagram", href: "https://instagram.com" }
|
imageAlt="Professional video production setup"
|
||||||
]}
|
buttons={[
|
||||||
linkCards={[
|
{ text: "View Portfolio", href: "portfolio" },
|
||||||
{
|
{ text: "Get Started", href: "contact" }
|
||||||
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" }
|
|
||||||
}
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -83,7 +75,7 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Commercial", name: "Tech Startup Brand Story", price: "Featured", rating: 5,
|
id: "1", brand: "Commercial", name: "Tech Startup Brand Story", price: "Featured", rating: 5,
|
||||||
reviewCount: "4.8k", imageSrc: "https://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg", imageAlt: "Tech startup brand story video"
|
reviewCount: "4.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/uploaded-1770649940673-afnn25uf.mp4", imageAlt: "Tech startup brand story video"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Content", name: "Social Media Campaign", price: "Series", rating: 5,
|
id: "2", brand: "Content", name: "Social Media Campaign", price: "Series", rating: 5,
|
||||||
@@ -107,7 +99,7 @@ export default function LandingPage() {
|
|||||||
<FeatureCardTwentySix
|
<FeatureCardTwentySix
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Commercial Production", description: "High-impact brand commercials that drive results", imageSrc: "https://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg", imageAlt: "Commercial video production", buttonIcon: ArrowRight,
|
title: "Commercial Production", description: "High-impact brand commercials that drive results", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/uploaded-1770649940673-afnn25uf.mp4", imageAlt: "Commercial video production", buttonIcon: ArrowRight,
|
||||||
buttonHref: "contact"
|
buttonHref: "contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user