import Link from "next/link"; import Layout from "@/components/layout/Layout"; import Blogs from "@/utils/constant.utils"; import BlogList from "@/components/elements/BlogList"; export const metadata = { title: "Street-Food Stories from Sixty5 Street", description: "Dive into the Sixty5 Street blog for behind-the-scenes stories, flavor experiments, new dish launches and street-food culture updates.", }; export default function Blog() { return (
Our Blogs

Explore Our Delicious Dishes

); }