diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4758f0c..222e494 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -16,82 +16,46 @@ export default function BlogPage() { const blogPosts = [ { - id: "1", - category: ["AI", "Technology"], - title: "The Future of AI in Enterprise Software", - excerpt: "Discover how machine learning and artificial intelligence are revolutionizing enterprise applications and driving unprecedented efficiency gains.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-ai-and-machine-learning-concept-1773144532401-2c944a34.png", - imageAlt: "AI trends visualization", - authorName: "Dr. Sarah Johnson", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-confident-sof-1773144534034-c544170a.png", - date: "March 15, 2024", - }, + id: "1", category: ["AI", "Technology"], + title: "The Future of AI in Enterprise Software", excerpt: "Discover how machine learning and artificial intelligence are revolutionizing enterprise applications and driving unprecedented efficiency gains.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-ai-and-machine-learning-concept-1773144532401-2c944a34.png", imageAlt: "AI trends visualization", authorName: "Dr. Sarah Johnson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-confident-sof-1773144534034-c544170a.png", date: "March 15, 2024"}, { - id: "2", - category: ["Cloud", "Migration"], - title: "Seamless Cloud Migration: A Practical Guide", - excerpt: "Learn best practices for migrating your infrastructure to the cloud with minimal disruption and maximum efficiency gains.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/cloud-migration-and-digital-transformati-1773144534919-44ad8fee.jpg", - imageAlt: "Cloud migration strategy", - authorName: "James Mitchell", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-technical-eng-1773144534249-fd7ec2b9.jpg", - date: "March 10, 2024", - }, + id: "2", category: ["Cloud", "Migration"], + title: "Seamless Cloud Migration: A Practical Guide", excerpt: "Learn best practices for migrating your infrastructure to the cloud with minimal disruption and maximum efficiency gains.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/cloud-migration-and-digital-transformati-1773144534919-44ad8fee.jpg", imageAlt: "Cloud migration strategy", authorName: "James Mitchell", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-technical-eng-1773144534249-fd7ec2b9.jpg", date: "March 10, 2024"}, { - id: "3", - category: ["DevOps", "Best Practices"], - title: "Mastering DevOps: Continuous Integration and Deployment", - excerpt: "Explore advanced DevOps practices that accelerate development cycles and improve software quality across your organization.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/devops-workflow-and-continuous-integrati-1773144533401-8b4b3c77.png", - imageAlt: "DevOps workflow pipeline", - authorName: "Emma Rodriguez", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-product-manag-1773144532734-5f1b56a2.png", - date: "March 5, 2024", - }, + id: "3", category: ["DevOps", "Best Practices"], + title: "Mastering DevOps: Continuous Integration and Deployment", excerpt: "Explore advanced DevOps practices that accelerate development cycles and improve software quality across your organization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/devops-workflow-and-continuous-integrati-1773144533401-8b4b3c77.png", imageAlt: "DevOps workflow pipeline", authorName: "Emma Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-product-manag-1773144532734-5f1b56a2.png", date: "March 5, 2024"}, { - id: "4", - category: ["Security", "Compliance"], - title: "Enterprise Security: Building Resilient Systems", - excerpt: "Understand the critical security considerations for enterprise software architecture and regulatory compliance frameworks.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-visualization-of-cloud-security-1773144532588-9315b3bb.png?_wi=3", - imageAlt: "Security architecture", - authorName: "Michael Chen", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-startup-found-1773144532923-cb854b6d.png", - date: "February 28, 2024", - }, + id: "4", category: ["Security", "Compliance"], + title: "Enterprise Security: Building Resilient Systems", excerpt: "Understand the critical security considerations for enterprise software architecture and regulatory compliance frameworks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-visualization-of-cloud-security-1773144532588-9315b3bb.png?_wi=3", imageAlt: "Security architecture", authorName: "Michael Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-startup-found-1773144532923-cb854b6d.png", date: "February 28, 2024"}, ]; const footerColumns = [ { - title: "Product", - items: [ - { label: "Features", href: "/" }, + title: "Product", items: [ + { label: "Features", href: "/features" }, { label: "Pricing", href: "/pricing" }, - { label: "Security", href: "/" }, - { label: "Integrations", href: "/" }, + { label: "Security", href: "/features" }, + { label: "Integrations", href: "/features" }, ], }, { - title: "Company", - items: [ - { label: "About", href: "/" }, + title: "Company", items: [ + { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "#" }, - { label: "Contact", href: "#" }, + { label: "Contact", href: "/contact" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Community", href: "#" }, - { label: "Support", href: "#" }, + { label: "Support", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" }, @@ -116,11 +80,15 @@ export default function BlogPage() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5c5c9ea..8533043 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -22,8 +22,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/features" }, @@ -31,8 +30,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "#" }, @@ -40,8 +38,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Community", href: "#" }, @@ -49,8 +46,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" }, @@ -83,9 +79,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -96,8 +90,7 @@ export default function ContactPage() { title="Join TechCore Today" description="Subscribe to our newsletter for exclusive insights, product updates, and industry trends delivered directly to your inbox." background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-customer-support-and-succes-1773144533398-565be44c.png" imageAlt="TechCore Support Team" diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 77e0bb3..5fc5ae8 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -10,8 +10,7 @@ import { DollarSign, Sparkles } from "lucide-react"; export default function PricingPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/features" }, @@ -19,8 +18,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "#" }, @@ -28,8 +26,7 @@ export default function PricingPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Community", href: "#" }, @@ -37,8 +34,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" }, @@ -71,9 +67,7 @@ export default function PricingPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -81,70 +75,23 @@ export default function PricingPage() {