diff --git a/src/app/photo-video-production/page.tsx b/src/app/photo-video-production/page.tsx index 9613f33..3f89839 100644 --- a/src/app/photo-video-production/page.tsx +++ b/src/app/photo-video-production/page.tsx @@ -13,9 +13,9 @@ export default function ProductionPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Photo & Video Production", id: "/photo-video-production" }, - { name: "Studio", id: "#studio" }, - { name: "Why Work With Us", id: "#why" }, - { name: "Contact", id: "#cta" }, + { name: "Studio", id: "/studio" }, + { name: "Why Work With Us", id: "/why-work-with-us" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ @@ -23,13 +23,13 @@ export default function ProductionPage() { items: [ { label: "Home", href: "/" }, { label: "Production", href: "/photo-video-production" }, - { label: "Studio", href: "#studio" }, + { label: "Studio", href: "/studio" }, ], }, { items: [ - { label: "Why Work With Us", href: "#why" }, - { label: "Contact", href: "#cta" }, + { label: "Why Work With Us", href: "/why-work-with-us" }, + { label: "Contact", href: "/contact" }, { label: "Portfolio", href: "#" }, ], }, @@ -49,7 +49,7 @@ export default function ProductionPage() { borderRadius="soft" contentWidth="medium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -60,9 +60,7 @@ export default function ProductionPage() { brandName="Cramatic Media" navItems={navItems} button={{ - text: "Start Your Project", - href: "#cta", - }} + text: "Start Your Project", href: "/contact"}} /> @@ -77,25 +75,13 @@ export default function ProductionPage() { features={[ { id: 1, - title: "Automotive Photography & Videography", - description: "Precision-led cinematic visual storytelling for dealerships, vehicle rentals, automotive launches, and brand campaigns. We specialize in capturing movement, detail, and visual impact that drives engagement and sales.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-cinematic-behind-the-scenes-shot-of-pr-1773368116344-1c1df29f.png?_wi=2", - imageAlt: "Professional automotive videography", - }, + title: "Automotive Photography & Videography", description: "Precision-led cinematic visual storytelling for dealerships, vehicle rentals, automotive launches, and brand campaigns. We specialize in capturing movement, detail, and visual impact that drives engagement and sales.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-cinematic-behind-the-scenes-shot-of-pr-1773368116344-1c1df29f.png", imageAlt: "Professional automotive videography"}, { id: 2, - title: "Commercial & Branded Production", - description: "Business adverts, product campaigns, premium commercials, and branded storytelling. We create visual content that communicates your brand message with authority and sophistication across all industries.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-modern-commercial-production-setup-wit-1773368116957-97834591.png?_wi=2", - imageAlt: "Commercial production setup", - }, + title: "Commercial & Branded Production", description: "Business adverts, product campaigns, premium commercials, and branded storytelling. We create visual content that communicates your brand message with authority and sophistication across all industries.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/a-modern-commercial-production-setup-wit-1773368116957-97834591.png", imageAlt: "Commercial production setup"}, { id: 3, - title: "In-Studio Production", - description: "Professional cyclorama wall, backdrop systems, podcast setup, and controlled production environment. Complete creative control with in-house facilities for faster turnaround and premium execution.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/an-interior-shot-of-a-professional-cyclo-1773368116832-cc916973.png?_wi=2", - imageAlt: "Professional studio facility", - }, + title: "In-Studio Production", description: "Professional cyclorama wall, backdrop systems, podcast setup, and controlled production environment. Complete creative control with in-house facilities for faster turnaround and premium execution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3As4ayxFhi7jkJrZgvQUXtUVugh/an-interior-shot-of-a-professional-cyclo-1773368116832-cc916973.png", imageAlt: "Professional studio facility"}, ]} /> @@ -109,14 +95,7 @@ export default function ProductionPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Gravity Show Events", - "Premium Vehicle Rental", - "Car Wrapping Specialist", - "Automotive Brands", - "Commercial Businesses", - "TikTok & Instagram", - "YouTube Creators", - ]} + "Gravity Show Events", "Premium Vehicle Rental", "Car Wrapping Specialist", "Automotive Brands", "Commercial Businesses", "TikTok & Instagram", "YouTube Creators"]} speed={35} showCard={true} /> @@ -130,11 +109,11 @@ export default function ProductionPage() { title="Transform Your Brand With Professional Production" description="Whether you need automotive content, commercial production, or studio work, Cramatic delivers cinematic quality that drives results. Let's discuss your project." buttons={[ - { text: "Start Your Project", href: "#" }, + { text: "Start Your Project", href: "/contact" }, { text: "View Our Work", href: "#" }, ]} buttonAnimation="blur-reveal" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} />