'use client' import Link from "next/link" export default function Recipe() { return ( <> {/* Recipe Section */}
{/* Sec Title */}
News & Recipe

Popular Dishes

{/* Recipe Block Two */}
{/* Overlay Box */}
smoothie
Broad bean and goats’ cheese bruschetta
  • May 21, 2021
  • 2 Comments
  • Share
{/* Recipe Block Two */}
{/* Overlay Box */}
smoothie
Broad bean and goats’ cheese bruschetta
  • May 21, 2021
  • 2 Comments
  • Share
{/* Recipe Block Two */}
{/* Overlay Box */}
smoothie
Broad bean and goats’ cheese bruschetta
  • May 21, 2021
  • 2 Comments
  • Share
{/* End Recipe Section Two */} ) }