Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:30:49 +00:00

View File

@@ -49,12 +49,12 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/groom-with-bride-holding-beautiful-bouquet_1153-609.jpg", imageAlt: "Wedding ceremony cinematic videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-kissing-his-wife-s-hand_1153-274.jpg", imageAlt: "Wedding couple romantic moment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg", imageAlt: "Wedding celebration videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-journalist-telling-news-outdoors_23-2149032395.jpg", imageAlt: "Corporate event professional videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-radio-station_23-2148802324.jpg", imageAlt: "Business event videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204396.jpg", imageAlt: "Product photography showcase" }
{ imageSrc: "http://img.b2bpic.net/free-photo/groom-with-bride-holding-beautiful-bouquet_1153-609.jpg?_wi=1", imageAlt: "Wedding ceremony cinematic videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-kissing-his-wife-s-hand_1153-274.jpg?_wi=1", imageAlt: "Wedding couple romantic moment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg?_wi=1", imageAlt: "Wedding celebration videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-journalist-telling-news-outdoors_23-2149032395.jpg?_wi=1", imageAlt: "Corporate event professional videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-radio-station_23-2148802324.jpg?_wi=1", imageAlt: "Business event videography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204396.jpg?_wi=1", imageAlt: "Product photography showcase" }
]}
buttons={[
{ text: "View Portfolio", href: "portfolio" },
@@ -74,27 +74,27 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Wedding Cinematography", description: "Capturing the love story with cinematic storytelling and emotional depth", imageSrc: "http://img.b2bpic.net/free-photo/groom-with-bride-holding-beautiful-bouquet_1153-609.jpg", imageAlt: "Wedding videography", buttonIcon: ArrowRight,
title: "Wedding Cinematography", description: "Capturing the love story with cinematic storytelling and emotional depth", imageSrc: "http://img.b2bpic.net/free-photo/groom-with-bride-holding-beautiful-bouquet_1153-609.jpg?_wi=2", imageAlt: "Wedding videography", buttonIcon: ArrowRight,
buttonHref: "contact"
},
{
title: "Wedding Photography", description: "Timeless portraits and candid moments that celebrate your special day", imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-kissing-his-wife-s-hand_1153-274.jpg", imageAlt: "Wedding photography", buttonIcon: ArrowRight,
title: "Wedding Photography", description: "Timeless portraits and candid moments that celebrate your special day", imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-kissing-his-wife-s-hand_1153-274.jpg?_wi=2", imageAlt: "Wedding photography", buttonIcon: ArrowRight,
buttonHref: "contact"
},
{
title: "Corporate Events", description: "Professional videography and photography for conferences, launches, and gatherings", imageSrc: "http://img.b2bpic.net/free-photo/female-journalist-telling-news-outdoors_23-2149032395.jpg", imageAlt: "Corporate event videography", buttonIcon: ArrowRight,
title: "Corporate Events", description: "Professional videography and photography for conferences, launches, and gatherings", imageSrc: "http://img.b2bpic.net/free-photo/female-journalist-telling-news-outdoors_23-2149032395.jpg?_wi=2", imageAlt: "Corporate event videography", buttonIcon: ArrowRight,
buttonHref: "contact"
},
{
title: "Brand Photography", description: "Showcase your products and brand with stunning visual storytelling", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204396.jpg", imageAlt: "Product photography", buttonIcon: ArrowRight,
title: "Brand Photography", description: "Showcase your products and brand with stunning visual storytelling", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204396.jpg?_wi=2", imageAlt: "Product photography", buttonIcon: ArrowRight,
buttonHref: "contact"
},
{
title: "Promotional Videos", description: "Elevate your brand with cinematic promotional content that captivates", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-radio-station_23-2148802324.jpg", imageAlt: "Promotional videography", buttonIcon: ArrowRight,
title: "Promotional Videos", description: "Elevate your brand with cinematic promotional content that captivates", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-radio-station_23-2148802324.jpg?_wi=2", imageAlt: "Promotional videography", buttonIcon: ArrowRight,
buttonHref: "contact"
},
{
title: "Event Highlights", description: "Dynamic highlight reels capturing the energy and emotion of your event", imageSrc: "http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg", imageAlt: "Event highlights", buttonIcon: ArrowRight,
title: "Event Highlights", description: "Dynamic highlight reels capturing the energy and emotion of your event", imageSrc: "http://img.b2bpic.net/free-photo/pink-chrysanthemums-hang-threads-from-ceiling-dinner-hall_1304-3325.jpg?_wi=2", imageAlt: "Event highlights", buttonIcon: ArrowRight,
buttonHref: "contact"
}
]}