From f25011dae50c422b11b62e9ed355aedad58509c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:53:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee958e4..bbba508 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,14 +104,16 @@ export default function LandingPage() { { name: "Instagram", icon: Share2 }, { name: "TikTok", icon: Video }, { name: "Listings", icon: FileText } - ], centerIcon: Sparkles + ], + centerIcon: Sparkles }, { 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: "Quick and efficient", 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" + ], + completedLabel: "Completed" }, { title: "Affordable Marketing Upgrade", description: "A fraction of traditional video production costs while maintaining premium cinematic quality.", bentoComponent: "line-chart" @@ -140,13 +142,15 @@ export default function LandingPage() { plans={[ { id: "traditional", tag: "Traditional Videography", tagIcon: Camera, - price: "$1,500", period: "per project", description: "Professional on-site filming with crew and equipment.", button: { text: "Schedule Shoot", href: "#" }, featuresTitle: "What You Get", features: [ + price: "$1,500", period: "per project", description: "Professional on-site filming with crew and equipment.", button: { text: "Schedule Shoot", href: "#" }, + featuresTitle: "What You Get", features: [ "Requires scheduling a filming day", "Travel and on-site production costs", "Multiple days to complete editing", "Limited scalability for volume", "Inflexible timeline" ] }, { id: "ours", tag: "Our Photo-to-Video Service", tagIcon: Sparkles, - price: "$499", period: "per project", description: "Cinematic videos created from your existing photography.", button: { text: "Create My Video", href: "contact" }, featuresTitle: "What You Get", features: [ + price: "$499", period: "per project", description: "Cinematic videos created from your existing photography.", button: { text: "Create My Video", href: "contact" }, + featuresTitle: "What You Get", features: [ "Uses existing professional photos", "No filming or travel required", "Delivered within 24–48 hours", "Ideal for high listing volume", "Fraction of traditional costs", "Scalable for agencies and teams" ] } @@ -172,7 +176,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", title: "Package Contents", 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", heading: "Package Contents", 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" } @@ -215,25 +219,29 @@ export default function LandingPage() { plans={[ { id: "starter", tag: "Starter", tagIcon: Sparkles, - price: "$499", period: "per video", description: "Perfect for individual agents and small teams with occasional listings.", button: { text: "Get Started", href: "contact" }, featuresTitle: "Includes", features: [ + price: "$499", period: "per video", description: "Perfect for individual agents and small teams with occasional listings.", button: { text: "Get Started", href: "contact" }, + featuresTitle: "Includes", features: [ "Cinematic listing video (up to 10 photos)", "Horizontal format for websites", "Professional music and effects", "24-hour turnaround", "4K resolution" ] }, { id: "professional", tag: "Professional", tagIcon: Star, - price: "$799", period: "per video", description: "Our most popular option for active brokerages managing multiple listings.", button: { text: "Choose Plan", href: "contact" }, featuresTitle: "Includes", features: [ + price: "$799", period: "per video", description: "Our most popular option for active brokerages managing multiple listings.", button: { text: "Choose Plan", href: "contact" }, + featuresTitle: "Includes", features: [ "Full listing video (up to 20 photos)", "Vertical social media versions (Instagram, TikTok)", "Website-ready optimized format", "Branding overlays (agent name, contact)", "Professional music selection", "24-48 hour turnaround", "4K + HD formats" ] }, { id: "premium", tag: "Premium", tagIcon: Crown, - price: "$1,299", period: "per video", description: "Comprehensive production for luxury properties and premium marketing campaigns.", button: { text: "Contact Us", href: "contact" }, featuresTitle: "Includes", features: [ + price: "$1,299", period: "per video", description: "Comprehensive production for luxury properties and premium marketing campaigns.", button: { text: "Contact Us", href: "contact" }, + featuresTitle: "Includes", features: [ "Extended video presentation (unlimited photos)", "Vertical social media versions (all platforms)", "Website and landing page formats", "Custom branding and overlays", "Professional voice-over option", "Music licensing and custom soundtracking", "Priority 24-hour delivery", "4K + Full HD + Mobile optimized", "Unlimited revisions" ] }, { id: "agency", tag: "Agency Plan", tagIcon: Building2, - price: "$2,999", period: "per month", description: "Unlimited monthly production for large teams and high-volume brokerages.", button: { text: "Schedule Demo", href: "contact" }, featuresTitle: "Includes", features: [ + price: "$2,999", period: "per month", description: "Unlimited monthly production for large teams and high-volume brokerages.", button: { text: "Schedule Demo", href: "contact" }, + featuresTitle: "Includes", features: [ "Unlimited video productions (any volume)", "Priority queue for all submissions", "Dedicated account manager", "Custom branding and templates", "All social media and web formats", "Advanced analytics dashboard", "Team collaboration portal", "Flexible scaling with usage credits" ] } -- 2.49.1