'use client' import Link from "next/link" export default function Fluid() { return ( <> {/* Fluid Section Two */}
Recipe book
{/* Content Column */}
{/* Title Box */}

Free recipe book!

Get your copy of spicy kitchen feauturing 10 of our most loved,
highly-rated recipes!
{/* Button Box */}
Get In Now
{/* Image Column */}
{/* End Fluid Section Two */} ) }