'use client' import Link from "next/link" export default function Specials() { return ( <> {/* Specials Section */}
{/*
*/} {/*
*/}
{/* Sec Title */}
Our most valuable asset

Sixty5 Street Specials

{/* First Row - 4 cards (3 on md screens, 2 on sm) */}
Chicken 65 dry
$8.99
Chicken 65 wet
$9.99
65 Biryani Bowl
$14.99
Mutton Kothu
$17.99
{/* Second Row - 3 cards (will automatically adjust to 2 on md, 1 on sm) */} {/* Second Row - 3 cards centered */}
Veg Kothu
$11.99
Chicken Kothu
$14.99
Mutton Biryani Bowl
$17.99
{/* End Specials Section */} ) }