import { Header } from "@/components/header" import { Footer } from "@/components/footer" import { Button } from "@/components/ui/button" import Image from "next/image" import Link from "next/link" export default function AboutPage() { return (
{/* Hero Header Section with Palm Trees Background */}
{/* About Us Title in Permanent Marker */}

About Us

{/* Intro Text in Oswald */}

We're here to amplify messages we believe in. If your product or service provides an unmistakable benefit to your customers and the world around them, we want to see you succeed. Get to know us below, and get in touch!

{/* Main Content */}
{/* MEET THE TEAM SECTION */}

Meet the Team

{/* TWO-COLUMN TEAM LAYOUT */}
{/* JEFF EMMETT - Left column */}
{/* SQUARE PHOTO */}
Jeff Emmett
{/* NAME in Permanent Marker */}

Jeff Emmett

{/* FOUNDER TITLE in italics */}

Lead Marketer

{/* BIO TEXT */}

With over 10 years of Social Media & Digital Marketing Strategy experience, Jeff is a self-professed "idea guy", and knows how to implement them. Having planned & built out widely varying campaigns across multiple platforms and industry verticals, he's learned the importance of trial and error in making digital strategies succeed.

{/* MARCO BENINATO - Right column */}
{/* SQUARE PHOTO */}
Marco Beninato
{/* NAME in Permanent Marker */}

Marco Beninato

{/* LOGISTICS COORDINATOR TITLE in italics */}

Logistics Coordinator

{/* BIO TEXT */}

With strong skills in logistics and operations, Marco is a master of digital organization. His attention to detail and incredible memory make him an indispensible member of the Full Circle team.

{/* CTA Section - Ready to get noticed online? */}

Ready to get noticed online?

Great! If you'd like to learn more about how we can help you get noticed online, click the button below to schedule an initial consultation phone call.

) }