import React from 'react'; import { Button } from '@/components/ui/button'; import { ArrowRight } from 'lucide-react'; import content from '@/content/content.json'; const CompanyBlurb = () => { return (

Precision Craftsmanship, Reliable Service

{content.home.blurbLeft}

{content.home.blurbRight}

{/* Enhanced Stats Grid */}
500+
Projects Completed
20+
Years Experience
{/* Additional highlights */}
Certified Welders ✓ AWS Certified
Safety Record ✓ Zero Incidents
); }; export default CompanyBlurb;