Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-02-19 23:43:49 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import TextAbout from '@/components/sections/about/TextAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
@@ -41,19 +41,24 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="LUMINOUS"
<HeroBillboardGallery
title="Explore Our Collection"
description="Premium video production studio crafting cinematic narratives for brands that demand excellence. From concept to post-production, we transform your vision into stunning visual stories."
background={{ variant: "radial-gradient" }}
tag="Featured"
buttons={[
{ text: "View Portfolio", href: "#portfolio" },
{ text: "Start Project", href: "#contact" }
]}
layoutOrder="default"
imageSrc="https://img.b2bpic.net/free-photo/lots-led-lightning-systems-few-with-color-filters-stairs-movie-set_1268-15947.jpg"
imageAlt="Professional video production setup with cinema camera and studio lighting"
buttonAnimation="none"
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/lots-led-lightning-systems-few-with-color-filters-stairs-movie-set_1268-15947.jpg", imageAlt: "Professional video production setup 1" },
{ imageSrc: "https://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Professional cameraman 1" },
{ imageSrc: "https://img.b2bpic.net/free-photo/professional-photographer-shooting-business-meeting-office_1268-21503.jpg", imageAlt: "Professional photographer" },
{ imageSrc: "https://img.b2bpic.net/free-photo/professional-camera-tripod_1268-20722.jpg", imageAlt: "Professional camera tripod" },
{ imageSrc: "https://img.b2bpic.net/free-photo/young-woman-video-editor-working-with-dual-monitors-creative-agency_482257-126903.jpg", imageAlt: "Video editor at work" }
]}
mediaAnimation="slide-up"
frameStyle="browser"
/>
</div>