{"success":true,"data":{"block":{"id":"footer-comprehensive-links","name":"Comprehensive Links Footer","title":"Footer Comprehensive Links","category":"Footer","categorySlug":"footer","description":"A full-width footer with brand summary, navigation columns, optional article links, contact details, social icons, and a bottom legal bar. Ideal for content-rich sites that need robust navigation and visibility into resources.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/290432/3hjpbxi6f5mc2vjvao1grpsz1lky/footer-comprehensive-links-desktop.png","mobile":"https://cdn.ing/assets/i/r/290433/erdxv3f8i8q60txzqb5jmhgz693t/footer-comprehensive-links-mobile.png"},"componentPath":"blocks/footers/footer-comprehensive-links.tsx","code":"import { FooterComprehensiveLinks } from \"@opensite/ui/blocks/footers/footer-comprehensive-links\";\nimport { brandLogoPlaceholders } from \"@/lib/media\";\n\nexport default function Demo() {\n  return (\n    <FooterComprehensiveLinks\n      logoSrc={brandLogoPlaceholders.black[0]}\n      logoAlt=\"TechVenture Solutions Logo\"\n      logoHref=\"/\"\n      tagline=\"Innovative Technology Solutions\"\n      summary=\"We deliver cutting-edge software solutions that transform businesses through automation, AI integration, and cloud infrastructure. Trusted by over 500 companies worldwide since 2015.\"\n      linkColumns={[\n        {\n          title: \"Products\",\n          links: [\n            { label: \"Cloud Platform\", href: \"/products/cloud\" },\n            { label: \"API Gateway\", href: \"/products/api\" },\n            { label: \"Data Analytics\", href: \"/products/analytics\" },\n            { label: \"Security Suite\", href: \"/products/security\" },\n            { label: \"Developer Tools\", href: \"/products/dev-tools\" },\n            { label: \"Enterprise Solutions\", href: \"/products/enterprise\" },\n          ],\n        },\n        {\n          title: \"Solutions\",\n          links: [\n            { label: \"For Startups\", href: \"/solutions/startups\" },\n            { label: \"For Enterprise\", href: \"/solutions/enterprise\" },\n            { label: \"E-commerce\", href: \"/solutions/ecommerce\" },\n            { label: \"Healthcare\", href: \"/solutions/healthcare\" },\n            { label: \"Financial Services\", href: \"/solutions/finance\" },\n            { label: \"Education\", href: \"/solutions/education\" },\n          ],\n        },\n        {\n          title: \"Resources\",\n          links: [\n            { label: \"Documentation\", href: \"/docs\" },\n            { label: \"API Reference\", href: \"/api\" },\n            { label: \"Tutorials\", href: \"/tutorials\" },\n            { label: \"Case Studies\", href: \"/case-studies\" },\n            { label: \"Webinars\", href: \"/webinars\" },\n            { label: \"Community Forum\", href: \"/community\" },\n          ],\n        },\n        {\n          title: \"Company\",\n          links: [\n            { label: \"About Us\", href: \"/about\" },\n            { label: \"Careers\", href: \"/careers\" },\n            { label: \"Press Kit\", href: \"/press\" },\n            { label: \"Partners\", href: \"/partners\" },\n            { label: \"Investors\", href: \"/investors\" },\n            { label: \"Contact Sales\", href: \"/contact-sales\" },\n          ],\n        },\n      ]}\n      articleLinks={[\n        {\n          label: \"Getting Started with Cloud Migration: A Complete Guide\",\n          href: \"/blog/cloud-migration-guide\",\n        },\n        {\n          label: \"10 Best Practices for API Security in 2026\",\n          href: \"/blog/api-security-practices\",\n        },\n        {\n          label: \"How AI is Transforming Modern Software Development\",\n          href: \"/blog/ai-software-development\",\n        },\n        {\n          label: \"The Future of Microservices Architecture\",\n          href: \"/blog/microservices-future\",\n        },\n        {\n          label: \"Building Scalable Applications with Kubernetes\",\n          href: \"/blog/kubernetes-scalability\",\n        },\n        {\n          label: \"Data Privacy Compliance: GDPR and Beyond\",\n          href: \"/blog/data-privacy-compliance\",\n        },\n        {\n          label: \"Optimizing Database Performance at Scale\",\n          href: \"/blog/database-optimization\",\n        },\n        {\n          label: \"Serverless Architecture: Pros and Cons\",\n          href: \"/blog/serverless-architecture\",\n        },\n        {\n          label: \"DevOps Best Practices for 2026\",\n          href: \"/blog/devops-best-practices\",\n        },\n        {\n          label: \"Machine Learning Model Deployment Strategies\",\n          href: \"/blog/ml-deployment\",\n        },\n        {\n          label: \"Understanding Zero Trust Security\",\n          href: \"/blog/zero-trust-security\",\n        },\n        {\n          label: \"Building Real-Time Analytics Dashboards\",\n          href: \"/blog/realtime-analytics\",\n        },\n      ]}\n      articleSectionTitle=\"Latest Articles & Resources\"\n      contact={{\n        email: \"support@techventure.com\",\n        phone: \"+1 (555) 123-4567\",\n        address: \"1234 Innovation Drive, Silicon Valley, CA 94025\",\n      }}\n      socialLinks={[\n        {\n          href: \"https://linkedin.com/company/techventure\",\n          label: \"Follow us on LinkedIn\",\n        },\n        { href: \"https://x.com/techventure\", label: \"Follow us on X\" },\n        {\n          href: \"https://facebook.com/techventure\",\n          label: \"Follow us on Facebook\",\n        },\n        {\n          href: \"https://youtube.com/@techventure\",\n          label: \"Subscribe on YouTube\",\n        },\n        {\n          href: \"https://instagram.com/techventure\",\n          label: \"Follow us on Instagram\",\n        },\n      ]}\n      copyright=\"© 2026 TechVenture Solutions. All rights reserved.\"\n      bottomLinks={[\n        { label: \"Privacy Policy\", href: \"/privacy\" },\n        { label: \"Terms of Service\", href: \"/terms\" },\n        { label: \"Cookie Policy\", href: \"/cookies\" },\n        { label: \"Accessibility\", href: \"/accessibility\" },\n        { label: \"Sitemap\", href: \"/sitemap\" },\n      ]}\n      background=\"gray\"\n      pattern=\"dots\"\n      patternOpacity={0.3}\n    />\n  );\n}","propsSchema":{"logoSrc":{"type":"string","description":"Logo source URL","required":false},"logoAlt":{"type":"string","description":"Logo alt text","required":false},"logoHref":{"type":"string","description":"Optional logo link","required":false},"tagline":{"type":"string","description":"Brand tagline","required":false},"summary":{"type":"string","description":"Brand summary paragraph","required":false},"linkColumns":{"type":"array","description":"Link columns","items":{"type":"object","description":"","fields":{"title":{"type":"string","description":"","required":true},"links":{"type":"array","description":"","items":{"type":"object","description":"","fields":{"label":{"type":"string","description":"","required":true},"href":{"type":"string","description":"","required":true}},"typeLabel":"FooterComprehensiveLinksLink"},"typeLabel":"FooterComprehensiveLinksLink[]","required":true}},"typeLabel":"FooterComprehensiveLinksColumn"},"typeLabel":"FooterComprehensiveLinksColumn[]","required":false},"articleLinks":{"type":"array","description":"Article links list","items":{"type":"object","description":"","fields":{"label":{"type":"string","description":"","required":true},"href":{"type":"string","description":"","required":true}},"typeLabel":"FooterComprehensiveLinksLink"},"typeLabel":"FooterComprehensiveLinksLink[]","required":false},"articleSectionTitle":{"type":"string","description":"Article section title","required":false},"contact":{"type":"object","description":"Contact information","fields":{"email":{"type":"string","description":"","required":false},"phone":{"type":"string","description":"","required":false},"address":{"type":"string","description":"","required":false}},"typeLabel":"FooterComprehensiveLinksContact","required":false},"socialLinks":{"type":"array","description":"Social links","items":{"type":"object","description":"","fields":{"href":{"type":"string","description":"Link URL - required. The platform icon is automatically determined from the URL.","required":true},"label":{"type":"string","description":"Optional accessible label for screen readers.\nIf not provided, the platform name is used.","required":false},"iconNameOverride":{"type":"string","description":"Optional icon name override in format: prefix/name (e.g., \"cib/instagram\")\nUse when you need a specific icon that differs from the auto-detected platform.","required":false}},"typeLabel":"FooterSocialLink"},"typeLabel":"FooterSocialLink[]","required":false},"copyright":{"type":"string","description":"Brand/company name for the copyright notice","required":false},"bottomLinks":{"type":"array","description":"Bottom bar links","items":{"type":"object","description":"","fields":{"label":{"type":"string","description":"","required":true},"href":{"type":"string","description":"","required":true}},"typeLabel":"FooterComprehensiveLinksLink"},"typeLabel":"FooterComprehensiveLinksLink[]","required":false},"pattern":{"type":"object","description":"Pattern background key or URL","fields":{},"typeLabel":"PatternName","required":false},"patternOpacity":{"type":"number","description":"Pattern opacity (0-1)","required":false},"className":{"type":"string","description":"Additional CSS classes for the footer","required":false},"containerClassName":{"type":"string","description":"Additional CSS classes for the container","required":false},"spacing":{"type":"object","description":"Section spacing variant","fields":{},"typeLabel":"SectionSpacing","required":false},"background":{"type":"string","description":"Section background variant","typeLabel":"SectionBackground","required":false},"optixFlowConfig":{"type":"object","description":"Optional Optix Flow configuration for image optimization","fields":{"apiKey":{"type":"string","description":"","required":true},"compression":{"type":"number","description":"","required":false}},"typeLabel":"{ apiKey: string; compression?: number; }","required":false},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["footer","comprehensive","links","contact","social","articles","navigation","legal"],"performance":{},"importantUsageNotes":"This is a large, feature-rich footer with a summary column, 4 link columns, an articles section, contact info, and social links. Provide exactly 4 'linkColumns', each with 4-6 links. Provide 8-12 'articleLinks' drawn from real blog/resource pages on the site — DO NOT invent article titles or URLs. Only supply real 'contact' data points (email, phone, address) — DO NOT invent any contact data; omit fields the brand has not provided. Only include 'socialLinks' the brand actually has — do not invent social profiles. Only set 'logoSrc' if a real brand logo is in the media library. Only include 'bottomLinks' (privacy, terms, etc.) if those pages actually exist on the site. Follow the example props closely for this block."}},"timestamp":"2026-05-13T10:42:51.556Z"}