Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-11 12:13:06 +00:00

View File

@@ -11,6 +11,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Sparkles, Camera, Film, Award, Heart, Briefcase, Zap, Mail, Instagram, Facebook, Linkedin, ArrowRight, Star } from "lucide-react";
import Link from "next/link";
export default function LandingPage() {
const handleContactSubmit = (email: string) => {
@@ -128,7 +129,7 @@ export default function LandingPage() {
tagIcon={Film}
tagAnimation="slide-up"
title="Transforming Moments Into Timeless Memories"
description="With over a decade of experience in videography and photography, we combine artistic vision with technical expertise to deliver award-worthy content. Our team specializes in capturing authentic emotions and crafting compelling visual narratives that resonate with your audience. Whether it's your wedding day, corporate milestone, or brand story, we bring passion and precision to every project."
description="With over a decade of experience in videography and photography, we combine artistic vision with technical expertise to deliver award-worthy content. Our team specializes in capturing authentic emotions and crafting compelling visual narratives that resonate with your audience. Whether it is your wedding day, corporate milestone, or brand story, we bring passion and precision to every project."
metrics={[
{ value: "500+", title: "Projects Completed" },
{ value: "98%", title: "Client Satisfaction Rate" }
@@ -145,7 +146,7 @@ export default function LandingPage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Industry Leaders"
description="Join hundreds of satisfied couples, corporate clients, and brands who've transformed their stories with our videography and photography services."
description="Join hundreds of satisfied couples, corporate clients, and brands who have transformed their stories with our videography and photography services."
tag="Featured Clients"
tagIcon={Award}
tagAnimation="slide-up"
@@ -163,7 +164,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardTwo
title="Transparent, Flexible Pricing"
description="Choose the perfect package for your vision. All plans include editing, color grading, and unlimited revisions until you're completely satisfied."
description="Choose the perfect package for your vision. All plans include editing, color grading, and unlimited revisions until you are completely satisfied."
tag="Packages"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -265,12 +266,12 @@ export default function LandingPage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Tell Your Story?"
description="Let's discuss your vision and create something extraordinary together. Reach out today to book your session or get a custom quote."
description="Let us discuss your vision and create something extraordinary together. Reach out today to book your session or get a custom quote."
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Schedule Consultation"
termsText="We respect your privacy. We'll only use your email to discuss your project and send relevant updates."
termsText="We respect your privacy. We will only use your email to discuss your project and send relevant updates."
onSubmit={handleContactSubmit}
ariaLabel="Contact and newsletter signup section"
/>