'use client'; import React from 'react'; import Link from 'next/link'; import { Container } from '../../../src/components/Layout'; import { Label } from '../../../src/components/Typography'; import { Check, ArrowLeft, Zap, ExternalLink } from 'lucide-react'; import { technologies } from './data'; export default function TechnologyContent({ slug }: { slug: string }) { const tech = technologies[slug]; if (!tech) { return (
{tech.subtitle}
{tech.description}
{tech.customerValue}