diff --git a/src/app/page.tsx b/src/app/page.tsx index 1098c1a..c2c5d09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,11 +108,11 @@ export default function LandingPage() { centerIcon: Sparkles }, { - title: "Fast Turnaround", description: "Professional cinematic results delivered within 24–48 hours. Scale your marketing without the production delays.", bentoComponent: "timeline", items: [ + title: "Fast Turnaround", description: "Professional cinematic results delivered within 24–48 hours. Scale your marketing without the production delays.", bentoComponent: "timeline", heading: "Production Timeline", subheading: "Our streamlined process", items: [ { label: "Submit Photos", detail: "Upload your listing photography" }, { label: "Production", detail: "Our team creates cinematic magic" }, { label: "Delivery", detail: "Ready for immediate deployment" } - ] + ], completedLabel: "Completed" }, { title: "Affordable Marketing Upgrade", description: "A fraction of traditional video production costs while maintaining premium cinematic quality.", bentoComponent: "line-chart" @@ -175,7 +175,7 @@ export default function LandingPage() { title: "Step 3: Delivery & Deploy", description: "Receive fully produced, platform-optimized videos ready for websites, social media, and listing platforms. Typically within 24–48 hours.", bentoComponent: "reveal-icon", icon: CheckCircle }, { - title: "Your Video Package", description: "Cinematic listing video, vertical social media versions, website-ready format, optional branding overlays, and professional music.", bentoComponent: "3d-task-list", items: [ + title: "Your Video Package", description: "Cinematic listing video, vertical social media versions, website-ready format, optional branding overlays, and professional music.", bentoComponent: "3d-task-list", title: "Included Deliverables", items: [ { icon: Film, label: "Cinematic Video", time: "4K Format" }, { icon: Smartphone, label: "Social Versions", time: "Instagram & TikTok" }, { icon: Globe, label: "Web Optimized", time: "Multiple Formats" } @@ -274,4 +274,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file