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 SuccessStoriesPage() { const successStories = [ { title: "Success Story #1: Integrated Digital Marketing Strategy", description: "See how our holistic digital strategy helped a business like yours to achieve remarkable growth. Increase your brand awareness, maintain a steady stream of new, interested customers, and communicate consistently to convert and deliver value to your customer base with a plan that takes your strategy Full Circle.", icon: "/images/icons/marketing-strategy-green.png", link: "/success-stories/integrated-digital-marketing-strategy", }, { title: "Success Story #2: Digital Media Buys", description: "Find out how our iterative, data-based approach to setting and reaching targets with social media ads produces results you can understand and be confident in. Read more to see how we helped build a sustainable and consistent online audience for a client's content.", icon: "/images/icons/media-buys-green.png", link: "/success-stories/digital-media-buys", }, { title: "Success Story #3: Integrations, Analytics & Tracking", description: "The world of online marketing can be confusing. Read more about our team's experience sifting through all the myriad data from your platforms and breaking it down into actionable insights to grow & improve your strategy every step of the way.", icon: "/images/icons/integrations.jpg", link: "/success-stories/integrations-analytics-tracking", }, ] return (
{/* Page Header with New Mountain Background */}

Success Stories

{successStories.map((story, index) => (
{story.title}

{story.title}

{story.description}

))}
{/* Client Logos Section */}
Some of Our Clients
Free & Easy Traveler Breathe in Life Seekers Media Pilates with Fadia
) }