import React from 'react'; // Sample icon component or placeholder for the main logo const PolygraphixLogo = () => (
Px
); const serviceItems = [ { title: 'Content Creation & Storytelling', description: 'We develop compelling visual and written content that captures the unique spirit of your brand. From video production to editorial writing, we build authentic narratives that resonate.', icon: '🎥' }, { title: 'Digital & Graphic Design', description: 'Branding, website design, and marketing assets designed with a focus on truth and consistency. We ensure every touchpoint is a genuine reflection of who you are.', icon: '🎨' }, { title: 'Social Media Strategy', description: 'Grow a community around your brand\'s purpose. We manage platforms and create engagement strategies that foster real, lasting relationships with your audience.', icon: '📱' }, { title: 'Media Relations & Outreach', description: 'Share your truth with the wider world. We craft and distribute messaging that earns genuine media coverage and builds public trust.', icon: '📰' }, ]; const PolygraphixWebsite = () => { return (
{/* Navigation Header */} {/* Hero Section */}
{/* Integrating the full logo as a background graphic */}

Polygraphix.
We Help Brands
Tell Their Truth.

Media solutions rooted in authenticity. Discover the power of honest, impactful communication for your brand.

{/* Services Section */}

Services We Provide

{serviceItems.map((service, index) => (
e.currentTarget.style.borderColor = '#FF6F61'} onMouseOut={e => e.currentTarget.style.borderColor = '#333'} >
{service.icon}