9 Commits

Author SHA1 Message Date
c41b2e1b04 Merge version_3 into main
Merge version_3 into main
2026-02-18 10:23:47 +00:00
e234e59477 Update src/app/page.tsx 2026-02-18 10:23:42 +00:00
3c0a22f739 Merge version_3 into main
Merge version_3 into main
2026-02-18 10:05:46 +00:00
286468f839 Update src/app/page.tsx 2026-02-18 10:05:42 +00:00
81b9fab70d Merge version_3 into main
Merge version_3 into main
2026-02-18 10:03:16 +00:00
31d1a4db2c Update src/app/page.tsx 2026-02-18 10:03:11 +00:00
27f62e4edd Merge version_2 into main
Merge version_2 into main
2026-02-18 09:50:16 +00:00
df20f4e6ac Merge version_2 into main
Merge version_2 into main
2026-02-18 09:47:39 +00:00
816c941ba1 Merge version_2 into main
Merge version_2 into main
2026-02-18 09:45:03 +00:00

View File

@@ -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"
}, },
{ {